changeset 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 7307f2716d6f
children ac7d8b521c6a
files dovecot.service.in
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
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