mirror of
https://github.com/iiab/iiab.git
synced 2025-02-13 03:32:12 +00:00
11 lines
343 B
Django/Jinja
11 lines
343 B
Django/Jinja
[Unit]
|
|
Description=JupyterHub
|
|
After=syslog.target network.target
|
|
|
|
[Service]
|
|
User=root
|
|
Environment="PATH=/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:{{ jupyterhub_venv }}/bin"
|
|
ExecStart={{ jupyterhub_venv }}/bin/python3 -m jupyterhub -f {{ jupyterhub_venv }}/etc/jupyterhub/jupyterhub_config.py
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|