Skip to content

Commit

Permalink
dovecot.service: Fixed PIDFile path - removed extra /dovecot/ directo…
Browse files Browse the repository at this point in the history
…ry from the middle.
  • Loading branch information
sirainen committed Feb 22, 2016
1 parent 5dd21e1 commit 2d5fced
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dovecot.service.in
Expand Up @@ -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
Expand Down

0 comments on commit 2d5fced

Please sign in to comment.