]> git.ipfire.org Git - thirdparty/dovecot/core.git/commitdiff
dovecot.service: Fixed PIDFile path - removed extra /dovecot/ directory from the...
authorTimo Sirainen <timo.sirainen@dovecot.fi>
Mon, 22 Feb 2016 08:25:56 +0000 (10:25 +0200)
committerTimo Sirainen <timo.sirainen@dovecot.fi>
Mon, 22 Feb 2016 08:25:56 +0000 (10:25 +0200)
dovecot.service.in

index d4ad79d894e78e8aef54e66619f73b790087c82f..96ed5d62f919aef2c5192dc3030b5a5f5e819897 100644 (file)
@@ -25,7 +25,7 @@ After=local-fs.target network.target
 [Service]
 Type=forking
 ExecStart=@sbindir@/dovecot
-PIDFile=@rundir@/dovecot/master.pid
+PIDFile=@rundir@/master.pid
 ExecReload=@bindir@/doveadm reload
 ExecStop=@bindir@/doveadm stop
 PrivateTmp=true