summarylogtreecommitdiffstats
path: root/pufferpanel.service
blob: 3d24d6d3250def9e78f3883813c95e3d916292a4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[Unit]
Description=pufferpanel

[Service]
Type=simple
WorkingDirectory=/etc/pufferpanel
ExecStart=/usr/sbin/pufferpanel run
ExecStop=/usr/sbin/pufferpanel shutdown --pid $MAINPID
User=pufferpanel
Group=pufferpanel
TimeoutStopSec=5m
SendSIGKILL=no

[Install]
WantedBy=multi-user.target