Advertisement
Trsak

Untitled

Feb 27th, 2019
74
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.28 KB | None | 0 0
  1. [program:jupyterhub]
  2. command=bash launch.sh
  3. directory=/mnt/data/isj-2018-19/
  4. autostart=true
  5. autorestart=true
  6. startretries=3
  7. exitcodes=0,2
  8. stopsignal=TERM
  9. redirect_stderr=true
  10. stdout_logfile=/var/log/jupyterhub.log
  11. stdout_logfile_maxbytes=1MB
  12. stdout_logfile_backups=10
  13. user=root
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement