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

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

[Install]
WantedBy=multi-user.target