Skip to content

Instantly share code, notes, and snippets.

@aiworld
Created October 5, 2014 20:35
Show Gist options
  • Save aiworld/96a014f7117ea6d461f2 to your computer and use it in GitHub Desktop.
Save aiworld/96a014f7117ea6d461f2 to your computer and use it in GitHub Desktop.
twitch supervisor conf /etc/supervisor/conf.d/twitch_stream.conf
[program:twitch_stream]
command=/s/caffe/examples/dqn/twitch/twitch_stream.sh
autostart=true
autorestart=true
stderr_logfile=/var/log/twitch_stream.err.log
stdout_logfile=/var/log/twitch_stream.out.log
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment