We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hi, I'm in a situation where I need to run the service as a specific user on Linux
Looking into it, it seems that the systemd it needs a User directive in the [Service] section.
[Service]
For non-systemd you could run the program as using the runuser command to set the username to run under.
Would a PR for this functionality be welcome?
The text was updated successfully, but these errors were encountered:
Yes, a PR would be welcome, thanks @RangerMauve
Steve
Sorry, something went wrong.
Hey, just wondering if you've had a chance to look at the PR and if there's anything I can do to help push it forward. 😁
Successfully merging a pull request may close this issue.
Hi, I'm in a situation where I need to run the service as a specific user on Linux
Looking into it, it seems that the systemd it needs a User directive in the
[Service]
section.For non-systemd you could run the program as using the runuser command to set the username to run under.
Would a PR for this functionality be welcome?
The text was updated successfully, but these errors were encountered: