Guest User

Untitled

a guest
Jun 13th, 2018
79
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.39 KB | None | 0 0
  1. #
  2. # /lib/systemd/system/daehyun-jupyterhub.service
  3. #
  4. # $systemctl daemon-reload
  5. # $systemctl enable daehyun-jupyterhub
  6. # $systemctl start daehyun-jupyterhub
  7. #
  8. [Unit]
  9. Description=Jupyterhub
  10.  
  11. [Service]
  12. User=jupyterhub
  13. Environment="PATH=/home/jupyterhub/anaconda3/bin:/bin:/usr/bin"
  14. ExecStart=/home/jupyterhub/anaconda3/bin/jupyterhub
  15. WorkingDirectory=/home/jupyterhub
  16.  
  17. [Install]
  18. WantedBy=multi-user.target
Add Comment
Please, Sign In to add comment