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
/opt/keter/etc/keter.yaml may contain
/opt/keter/etc/keter.yaml
# User to run applications as setuid: keter
I think "application" means "keter" here: e.g., this is setting the ownership of logfiles written by keter.
How can I run each actual application (managed by keter, of type webapp, background) under a specific user? (different from the setuid for keter)
The text was updated successfully, but these errors were encountered:
You could use sudo, checkout the manual:
sudo, sudoedit - execute a command as another user
eg:
exec = sudo -u jack-stie -g keter-workers ../bin/myapp
Or make a small launch script in bin to do that.
bin
Sorry, something went wrong.
No branches or pull requests
/opt/keter/etc/keter.yaml
may containI think "application" means "keter" here: e.g., this is setting the ownership of logfiles written by keter.
How can I run each actual application (managed by keter, of type webapp, background) under a specific user? (different from the setuid for keter)
The text was updated successfully, but these errors were encountered: