PKGBUILDs/aur/flexget/flexget.service
Yaron de Leeuw d74eed6d59 move flexget back to aur, updated to 1.2.199
This reverts 081b14399e
as the aur version seems to be better maintained now
2014-11-03 20:37:17 +02:00

15 lines
282 B
Desktop File

[Unit]
Description = FlexGet Daemon
After = network.target
[Service]
Type=simple
RemainAfterExit=yes
ExecStart = /usr/bin/flexget daemon start
ExecStop = /usr/bin/flexget daemon stop
ExecReload = /usr/bin/flexget daemon reload
KillMode=process
[Install]
WantedBy = default.target