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

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

[Install]
WantedBy=multi-user.target