scala / scabot

Scala's PR&CI automation bot
Apache License 2.0
14 stars 14 forks source link

scabot no longer restartable by runit #38

Closed adriaanm closed 7 years ago

adriaanm commented 9 years ago

hypo: need to tell runit about the pid by moving the pidfile to /etc/sv/scabot/supervise/pid with -Dpidfile.path=...

https://www.playframework.com/documentation/2.4.x/Production#Play-PID-Configuration

adriaanm commented 7 years ago

Aha! This should help with restarting after push. Looking into it

adriaanm commented 7 years ago

Fixed by launching java directly from runit