summarylogtreecommitdiffstats
path: root/piler.service
blob: 1566e6055c316cf184645e41b205475c8e1a50f5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[Unit]
Description=MailPiler
Documentation=http://www.mailpiler.org
After=network.target

[Service]
Type=forking
User=piler
Group=piler
ExecStart=/usr/bin/piler -d
RuntimeDirectory=piler
PIDFile=/run/piler/piler.pid
Restart=on-failure

[Install]
WantedBy=multi-user.target