Skip to content

Instantly share code, notes, and snippets.

@billsuxx
Forked from morfie/flexget.service
Created December 31, 2015 16:27
Show Gist options
  • Select an option

  • Save billsuxx/e2cd75d4b254e1999309 to your computer and use it in GitHub Desktop.

Select an option

Save billsuxx/e2cd75d4b254e1999309 to your computer and use it in GitHub Desktop.
/lib/systemd/system/flexget.service
[Unit]
Description=Flexget Daemon
After=network.target
[Service]
Type=simple
User=osmc
UMask=000
ExecStart=/usr/local/bin/flexget daemon start
ExecStop=/usr/local/bin/flexget daemon stop
ExecReload=/usr/local/bin/flexget daemon reload
[Install]
WantedBy=multi-user.target
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment