-
Notifications
You must be signed in to change notification settings - Fork 44
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
notify_push could not be started via systemd at boot time #358
Comments
Does that period at the end of your port actually exist in your startup script? |
No, that was a space, which my editor displays as a dimmed dot. |
Please check the execution rights on your push service binary /mypath/apps/notify_push/bin/x86_64/notify_push – that must be executable by www-data as stated in your .service file for Apache above (user http in my NGINX case). In my case, I am sure that I once made it executable, and after some past update, the eXecute bit was missing. @particeps1 If that solves it for you, too – then the question is whether the app can set an eXecute bit when installing that binary. If it can, then this is the issue to be solved @joshtrichards . |
Thanks for the tip. That also worked for me. |
hello i have the same problem with certificate |
Hello,
Sadly, I did not succeed in starting notify_push automatically at boot time
systemd log:
Setting debug for logging does not provide any further information either.
The content of my notify_push.service:
ubuntu 23.10
The text was updated successfully, but these errors were encountered: