Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- author "Simon Tallmyr - Nosscire"
- description "Upstart Script to run NzbDrone as a service on Ubuntu/Debian based systems, as well as others"
- #Set username for the process. Should probably be what you use for logging in
- setuid yourusername
- #This is the install directory. If you installed using a deb package or the NzbDrone Repository you do not need to change this
- env DIR=/opt/NzbDrone
- setgid nogroup
- start on runlevel [2345]
- stop on runlevel [016]
- respawn
- exec mono $DIR/NzbDrone.exe
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement