Open particeps1 opened 11 months ago
Environment = PORT=7867.
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. So unfortunately a copy/paste error. I've corrected my post. Thanks for the feedback.
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. chmod ug+x …/apps/notify_push/bin/x86_64/notify_push
and systemctl restart …/notify_push.service
were sufficient to solve the issue in my case.
@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. No more errors when booting, I will check the file permissions with the next update. This issue has been resolved 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