add note to dovecot unit file about ProtectSystem option

This commit is contained in:
Michal Hlavinka 2016-08-09 10:19:05 +02:00
parent 4e13d130a0
commit a9c67892af

View File

@ -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
PrivateTmp=true
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
+# Enable this if your systemd is new enough to support it: (it will make /usr /boot /etc read only for dovecot)
+ProtectSystem=full
[Install]