Guest User

Untitled

a guest
May 21st, 2018
134
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.35 KB | None | 0 0
  1. # /usr/lib/systemd/system/jupyter.service
  2.  
  3. [Unit]
  4. Description=Jupyter Notebook
  5.  
  6. [Service]
  7. Type=simple
  8. PIDFile=/run/jupyter.pid
  9. ExecStart=/home/illb/miniconda3/bin/jupyter notebook --config=/home/illb/.jupyter/jupyter_notebook_config.py
  10. User=illb
  11. Group=staff
  12. WorkingDirectory=/home/illb/jupyter
  13. Restart=always
  14. RestartSec=10
  15.  
  16. [Install]
  17. WantedBy=multi-user.target
Add Comment
Please, Sign In to add comment