You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
17 lines
308 B
INI
17 lines
308 B
INI
3 years ago
|
[Unit]
|
||
|
Description=Jupyter Lab Server (%i)
|
||
|
After=nginx.service
|
||
|
|
||
|
[Service]
|
||
|
User=%i
|
||
|
Group=%i
|
||
|
Type=simple
|
||
|
WorkingDirectory=/home/%i/
|
||
|
ExecStart=/usr/local/bin/jupyter-lab --config=/home/%i/.jupyter/jupyter_notebook_config.py
|
||
|
StandardOutput=null
|
||
|
Restart=always
|
||
|
RestartSec=10
|
||
|
|
||
|
[Install]
|
||
|
WantedBy=multi-user.target
|