Skip to content

Instantly share code, notes, and snippets.

@kotfu
Last active August 29, 2015 14:05
Show Gist options
  • Save kotfu/e6535e0da4e63b4d4f26 to your computer and use it in GitHub Desktop.
Save kotfu/e6535e0da4e63b4d4f26 to your computer and use it in GitHub Desktop.
PlexConnect upstart job for Ubuntu 12.04
# 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