You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Can we add support for systemd user services? There is a pull request hanging which looks quite good: #185.
For the root user, I would, however, put the service file in /usr/lib/systemd/user/ (if optionUserService is set to true). This would allow all users to use the service file.
The text was updated successfully, but these errors were encountered:
@kardianos The relevant commit (#185) was merged, so this issue seems to be resolved. However, the version has not been bumped, so I had to access it using go get github.com/kardianos/service@HEAD.
Can we add support for systemd user services? There is a pull request hanging which looks quite good: #185.
For the root user, I would, however, put the service file in
/usr/lib/systemd/user/
(if optionUserService is set to true). This would allow all users to use the service file.The text was updated successfully, but these errors were encountered: