summaryrefslogtreecommitdiffstats
path: root/systemd/pounce@.service
blob: 79c78813ea0f76dea935b23d632c24ca600294a4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[Unit]
Description=pounce for %i
Wants=network.target

[Service]
User=pounce
Group=pounce
ExecStart=/usr/local/bin/pounce /var/lib/pounce/.config/pounce/%i
Restart=always
RestartSec=15
SyslogIdentifier=pounce-%i

[Install]
WantedBy=multi-user.target