mirror of
https://github.com/archlinux/aur.git
synced 2026-01-27 20:28:31 +01:00
16 lines
346 B
Desktop File
16 lines
346 B
Desktop File
[Unit]
|
|
Description=FlexGet Daemon for %I
|
|
Documentation=https://www.flexget.com
|
|
After=network.target
|
|
|
|
[Service]
|
|
Type=simple
|
|
RemainAfterExit=yes
|
|
ExecStart=/usr/bin/flexget daemon start --autoreload-config
|
|
ExecStop=/usr/bin/flexget daemon stop
|
|
ExecReload=/usr/bin/flexget daemon reload
|
|
KillMode=process
|
|
User=%i
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|