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

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

[Install]
WantedBy=multi-user.target