MINOR: systemd: Add section for SystemD sandboxing to unit file

This commit adds a warning for settings that possibly provide better
sandboxing and explains their tradeoffs.
This commit is contained in:
Tim Duesterhus 2018-02-27 20:19:03 +01:00 committed by Willy Tarreau
parent 253c3b7516
commit 1ce8de2d93
1 changed files with 6 additions and 0 deletions

View File

@ -12,5 +12,11 @@ KillMode=mixed
Restart=always
Type=notify
# The following lines leverage SystemD's sandboxing options to provide
# defense in depth protection at the expense of restricting some flexibility
# in your setup (e.g. placement of your configuration files) or possibly
# reduced performance. See systemd.service(5) and systemd.exec(5) for further
# information.
[Install]
WantedBy=multi-user.target