Created
December 31, 2015 15:57
-
-
Save morfie/79c72da6276b7fd9beed to your computer and use it in GitHub Desktop.
/lib/systemd/system/flexget.service
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[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