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
[Service] Type=simple WorkingDirectory=/usr/local/myapp ExecStart=/usr/local/myapp/bin/myapp Restart=always RestartSec=60 User=myapp <== MISSING
is there a way to instruct SBT to add the User= directive?
User=
The text was updated successfully, but these errors were encountered:
You can override the template by placing a file named start in src/templates. Read more about it in the docs
start
src/templates
However a pull request adding this would be nice as well :)
Sorry, something went wrong.
test added for daemon user in systemd sbt#436
0861a25
Merge pull request #540 from kardapoltsev/wip/daemonUser_systemd
3fb8d03
test added for daemon user in systemd #436
No branches or pull requests
is there a way to instruct SBT to add the
User=
directive?The text was updated successfully, but these errors were encountered: