summaryrefslogtreecommitdiff
path: root/community/dbmail/dbmail-imapd.service
blob: e67e0c4e82fe62c569d43358a07f128e104058f7 (plain)
1
2
3
4
5
6
7
8
9
10
11
[Unit]
Description=DBMail Imap Server
After=syslog.target network.target mysqld.service postgresql.service

[Service]
Type=forking
PIDFile=/var/run/dbmail/dbmail-imapd.pid
ExecStart=/usr/sbin/dbmail-imapd -p /var/run/dbmail/dbmail-imapd.pid

[Install]
WantedBy=multi-user.target