]> git.ipfire.org Git - thirdparty/dovecot/core.git/commitdiff
dovecot.service: Disabled ProtectSystem=full for now
authorTimo Sirainen <timo.sirainen@dovecot.fi>
Fri, 19 Feb 2016 13:39:35 +0000 (15:39 +0200)
committerTimo Sirainen <timo.sirainen@dovecot.fi>
Fri, 19 Feb 2016 13:39:35 +0000 (15:39 +0200)
It's not supported by RHEL7's systemd.

dovecot.service.in

index 9b42b5dc53ee0f33d156e524b989bc4215e1a1d7..8b4c76d226e30069109dd4a1735ebf7e6c21baba 100644 (file)
@@ -28,10 +28,10 @@ ExecStart=@sbindir@/dovecot
 PIDFile=@statedir@dovecot/master.pid
 ExecReload=@bindir@/doveadm reload
 ExecStop=@bindir@/doveadm stop
-ProtectSystem=full
-ProtectHome=false
 PrivateTmp=true
 NonBlocking=yes
+# Enable this if your systemd is new enough to support it:
+#ProtectSystem=full
 
 [Install]
 WantedBy=multi-user.target