This repository has been archived on 2024-03-13. You can view files and clone it, but cannot push or open issues or pull requests.
LinuxUpskillChallenge/jupyterhub.service

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