system/systemd/pounce@.service
Georg b3cac70a7f Initial Systemd Service Run: 2/3
Signed-off-by: Georg <georg@lysergic.dev>
2021-07-21 12:47:30 +02:00

15 lines
250 B
Desktop File

[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