mirror of
https://github.com/iiab/iiab.git
synced 2025-02-15 04:32:11 +00:00
11 lines
323 B
Desktop File
11 lines
323 B
Desktop File
[Unit]
|
|
Description=JupyterHub
|
|
After=syslog.target network.target
|
|
|
|
[Service]
|
|
User=root
|
|
Environment="PATH=/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:{{ jupyter_venv }}/bin"
|
|
ExecStart={{ jupyter_venv }}/bin/jupyterhub -f {{ jupyter_venv }}/etc/jupyterhub/jupyterhub_config.py
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|