mirror of
https://github.com/archlinux/aur.git
synced 2026-01-30 19:14:29 +01:00
15 lines
281 B
Desktop File
15 lines
281 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
|
|
User=%i
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|