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

[Install]
WantedBy=multi-user.target