Skip to content

Instantly share code, notes, and snippets.

@thvinmei
Created August 22, 2021 09:44
Show Gist options
  • Save thvinmei/1ef641b2535fb468f0db09996ec10fe4 to your computer and use it in GitHub Desktop.
Save thvinmei/1ef641b2535fb468f0db09996ec10fe4 to your computer and use it in GitHub Desktop.
[Unit]
Description=Jupyter notebook
[Service]
Type=simple
ExecStart=/home/MYUSERNAME/.local/bin/jupyter-notebook --ip=* --config=/home/MYUSERNAME/.jupyter/jupyter_notebook_config.py --no-browser
User=MYUSERNAME
Group=MYGROUPNAME
WorkingDirectory=/home/MYUSERNAME
Restart=always
RestartSec=10
[Install]
WantedBy=multi-user.target
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment