12 lines
203 B
SYSTEMD
12 lines
203 B
SYSTEMD
|
[Unit]
|
||
|
Description=Jupyterhub
|
||
|
|
||
|
[Service]
|
||
|
Type=simple
|
||
|
ExecStart=jupyterhub -f /etc/jupyterhub/jupyterhub_config.py
|
||
|
Restart=on-failure
|
||
|
PIDFile=/var/run/jupyterhub.pid
|
||
|
|
||
|
[Install]
|
||
|
WantedBy=multi-user.target
|