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

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

[Install]
WantedBy=multi-user.target