-
-
Notifications
You must be signed in to change notification settings - Fork 773
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
RPM installation is not creating needed Linux user/group "ntfy" #83
Comments
It was a late addition to add the user. If you can provide a PR to fix it that would help. If not I'll get to it eventually. My apologies. |
Hm, just had a look at the postinst.sh / postrm.sh and they both seem to contain the necessary code the create/delete the user. |
That's what I figured. It would be super awesome if you could fix those. If not, I'll probably figure something out, but it won't be today. :-) |
I spent some hours yesterday trying to build ntfy locally. Not sure where I'm going wrong, but will probably only find time to continue this next week... |
I am very sorry you had such a hard time. The static linking and cross compiling and the docs issue make it annoying and hard. I need to make that easier, and also make it build in a GitHub action. |
Just created a pull request. No regular GitHub user here, so please bear with me ;-) |
Awesome, and the pull request looks great. I let some comments for you. |
The installation via RPM doesn't create the user/group "ntfy" referenced in the systemd service config file. Tested using current version 1.11.2.
This leads to the service not starting:
Manually creating this user/group solves the problem for now
The text was updated successfully, but these errors were encountered: