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
OpenFile=
The systemd directive OpenFile= was introduced in systemd 253 (released 15 February 2023).
Support passing the credentials file with the systemd directive OpenFile=
This would be useful when running a systemd system service that makes use of
User=testuser
because testuser would not need read permission to the credentials file.
In other words, it would be more secure to use OpenFile= than --shared-config in such a situation.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
The systemd directive
OpenFile=
was introduced in systemd 253 (released 15 February 2023).Support passing the credentials file with the systemd directive
OpenFile=
This would be useful when running a systemd system service that makes use of
because testuser would not need read permission to the credentials file.
In other words, it would be more secure to use
OpenFile=
than --shared-config in such a situation.The text was updated successfully, but these errors were encountered: