summaryrefslogtreecommitdiff
path: root/community/dbmail/dbmail-imapd.service
blob: bc3319fd047400074a3a6d40ccd017e1cf99db8b (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=/run/dbmail/dbmail-imapd.pid
ExecStart=/usr/bin/dbmail-imapd -p /run/dbmail/dbmail-imapd.pid

[Install]
WantedBy=multi-user.target