-
-
Save billsuxx/e2cd75d4b254e1999309 to your computer and use it in GitHub Desktop.
/lib/systemd/system/flexget.service
This file contains hidden or 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