From f5d30c9505b2f71470ccda7c3b5dd9c8334cf888 Mon Sep 17 00:00:00 2001 From: Timo Sirainen Date: Fri, 19 Feb 2016 15:39:35 +0200 Subject: [PATCH] dovecot.service: Disabled ProtectSystem=full for now It's not supported by RHEL7's systemd. --- dovecot.service.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dovecot.service.in b/dovecot.service.in index 9b42b5dc53..8b4c76d226 100644 --- a/dovecot.service.in +++ b/dovecot.service.in @@ -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