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

[Service]
Type=forking
ExecStart=/usr/sbin/webmaild start
ExecStop=/usr/sbin/webmaild stop
ExecReload=/usr/sbin/webmaild reload
PIDFile=/run/courier/sqwebmaild.pid

[Install]
WantedBy=multi-user.target