summarylogtreecommitdiffstats
path: root/courier-pop3d.service
blob: 5daf22d981e0c8e0d798a9a2e3dcb9128c6b2132 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[Unit]
Description=Courier POP3 Daemon
Requires=authdaemond.service
After=authdaemond.service

[Service]
Type=forking
ExecStart=/usr/sbin/pop3d start
ExecStop=/usr/sbin/pop3d stop
ExecReload=/usr/sbin/pop3d restart
PIDFile=/run/courier/pop3d.pid

[Install]
WantedBy=multi-user.target