summaryrefslogtreecommitdiff
path: root/community/dbmail/dbmail-imapd.service
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2012-11-10 01:23:31 -0800
committerroot <root@rshg054.dnsready.net>2012-11-10 01:23:31 -0800
commit6eea0bd1e92ed5aa53cb5f59102529c88e9e1786 (patch)
treeb069468f4084f5af5ad3ba2ecab7e6b4deb90267 /community/dbmail/dbmail-imapd.service
parent3f7cb62ef558ea147661abe007a4293c0069fc62 (diff)
Sat Nov 10 01:23:30 PST 2012
Diffstat (limited to 'community/dbmail/dbmail-imapd.service')
-rw-r--r--community/dbmail/dbmail-imapd.service3
1 files changed, 2 insertions, 1 deletions
diff --git a/community/dbmail/dbmail-imapd.service b/community/dbmail/dbmail-imapd.service
index 110bbbdc4..e67e0c4e8 100644
--- a/community/dbmail/dbmail-imapd.service
+++ b/community/dbmail/dbmail-imapd.service
@@ -4,7 +4,8 @@ After=syslog.target network.target mysqld.service postgresql.service
[Service]
Type=forking
-ExecStart=/usr/sbin/dbmail-imapd
+PIDFile=/var/run/dbmail/dbmail-imapd.pid
+ExecStart=/usr/sbin/dbmail-imapd -p /var/run/dbmail/dbmail-imapd.pid
[Install]
WantedBy=multi-user.target