add note to dovecot unit file about ProtectSystem option
This commit is contained in:
parent
4e13d130a0
commit
a9c67892af
@ -4,8 +4,9 @@ diff -up dovecot-2.2.22/dovecot.service.in.systemd_w_protectsystem dovecot-2.2.2
|
|||||||
@@ -33,7 +33,7 @@ ExecStop=@bindir@/doveadm stop
|
@@ -33,7 +33,7 @@ ExecStop=@bindir@/doveadm stop
|
||||||
PrivateTmp=true
|
PrivateTmp=true
|
||||||
NonBlocking=yes
|
NonBlocking=yes
|
||||||
# Enable this if your systemd is new enough to support it:
|
-# Enable this if your systemd is new enough to support it:
|
||||||
-#ProtectSystem=full
|
-#ProtectSystem=full
|
||||||
|
+# Enable this if your systemd is new enough to support it: (it will make /usr /boot /etc read only for dovecot)
|
||||||
+ProtectSystem=full
|
+ProtectSystem=full
|
||||||
|
|
||||||
[Install]
|
[Install]
|
||||||
|
Loading…
Reference in New Issue
Block a user