-
Notifications
You must be signed in to change notification settings - Fork 441
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Systemd deb package does not restart on install / redeploy / host restart #610
Comments
See #609 for a possible solution that involves creating a file in |
For now I'm just restarting manually after install. I wonder if we'll see the same issue after reboot... |
I can confirm that on server reboot the service does not start and can not be started
tried to start it manually
fixed by
conclusion: Somehow /var/run/myapp is sometimes not being created / disappears |
I'll wait for the pull request on #609 and see if that fixes all issues |
Just upgraded Ubuntu to 15.04 and switched the deb from upstart to systemd but when I install the new version the server is not restarted. I have to manually call
sudo service myapp restart
using the default sbt-native-packager version that comes with Playframework 2.4
previous log with upstart
The text was updated successfully, but these errors were encountered: