Skip to content

Instantly share code, notes, and snippets.

@morfie
Created December 31, 2015 15:57
Show Gist options
  • Save morfie/79c72da6276b7fd9beed to your computer and use it in GitHub Desktop.
Save morfie/79c72da6276b7fd9beed 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