-
Notifications
You must be signed in to change notification settings - Fork 13
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 script not working #30
Comments
Hey there :) I looks from your logs like the app did start up when systemd executed the command under ExecStart - can you verify that when you run "start " manually it doesn't start up? Could you should the logs for that as well? |
When I start the app manually it starts, it responds to /opt/app/bin/app ping, then I stop with /opt/app/bin/app stop, and if i try to start it with systemd i got the failure. The app in this case is not starting, i can't reach it or see a pid. |
@samuelebistoletti thank you for that PR! I have merged it and I will deploy a release as soon as I am able to. |
Added codename configuration, system architecture now is chained to .deb file name
Systemd script is not working when trying to start the application packaged with distillery.
I got this error:
Active: failed (Result: exit-code) since lun 2017-01-23 12:10:53 CET; 3min 17s left
Process: 593 ExecStop=/opt/app/bin/app stop (code=exited, status=1/FAILURE)
Process: 487 ExecStart=/opt/app/bin/app start (code=exited, status=0/SUCCESS)
Main PID: 591 (code=exited, status=0/SUCCESS)
If I try to start the app with: /opt/app/bin/app start, it works, so the problem must be systemd script itself.
The text was updated successfully, but these errors were encountered: