mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-08 22:45:43 +00:00
15 lines
282 B
SYSTEMD
15 lines
282 B
SYSTEMD
|
[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
|