mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-08 22:45:43 +00:00
d74eed6d59
This reverts 081b14399e
as the aur version seems to be better maintained now
14 lines
282 B
Desktop File
14 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
|