mirror of
https://github.com/caddyserver/caddy.git
synced 2025-01-20 22:52:58 -05:00
caddy.service: fix typo, s/retrict/restrict/ (#2008)
This commit is contained in:
parent
106d62b067
commit
50ab4fe11e
1 changed files with 1 additions and 1 deletions
2
dist/init/linux-systemd/caddy.service
vendored
2
dist/init/linux-systemd/caddy.service
vendored
|
@ -41,7 +41,7 @@ ProtectSystem=full
|
||||||
ReadWriteDirectories=/etc/ssl/caddy
|
ReadWriteDirectories=/etc/ssl/caddy
|
||||||
|
|
||||||
; The following additional security directives only work with systemd v229 or later.
|
; The following additional security directives only work with systemd v229 or later.
|
||||||
; They further retrict privileges that can be gained by caddy. Uncomment if you like.
|
; They further restrict privileges that can be gained by caddy. Uncomment if you like.
|
||||||
; Note that you may have to add capabilities required by any plugins in use.
|
; Note that you may have to add capabilities required by any plugins in use.
|
||||||
;CapabilityBoundingSet=CAP_NET_BIND_SERVICE
|
;CapabilityBoundingSet=CAP_NET_BIND_SERVICE
|
||||||
;AmbientCapabilities=CAP_NET_BIND_SERVICE
|
;AmbientCapabilities=CAP_NET_BIND_SERVICE
|
||||||
|
|
Loading…
Add table
Reference in a new issue