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

[Install]
WantedBy=multi-user.target