Last active
August 29, 2015 14:05
-
-
Save kotfu/e6535e0da4e63b4d4f26 to your computer and use it in GitHub Desktop.
PlexConnect upstart job for Ubuntu 12.04
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
# plexconnect | |
# | |
description "PlexConnect" | |
start on filesystem or runlevel [2345] | |
stop on runlevel [!2345] | |
# send standard console output to /dev/null | |
# If you want logging add "logpath = /var/log" to PlexConnect's Settings.cfg | |
console none | |
# start it up, change path as necessary | |
exec /usr/local/src/PlexConnect/PlexConnect.py |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment