diff dovecot.service.in @ 19772:f8cbc32dcd1e

dovecot.service: Disabled ProtectSystem=full for now It's not supported by RHEL7's systemd.
author Timo Sirainen <timo.sirainen@dovecot.fi>
date Fri, 19 Feb 2016 15:39:35 +0200
parents a46848c73d7f
children 2a097608777a
line wrap: on
line diff
--- a/dovecot.service.in	Fri Feb 19 15:03:51 2016 +0200
+++ b/dovecot.service.in	Fri Feb 19 15:39:35 2016 +0200
@@ -28,10 +28,10 @@
 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