mirror of
https://github.com/YunoHost-Apps/jupyterlab_ynh.git
synced 2024-09-03 19:26:35 +02:00
11 lines
No EOL
277 B
Desktop File
11 lines
No EOL
277 B
Desktop File
[Unit]
|
|
Description=Jupyterlab
|
|
After=syslog.target network.target
|
|
|
|
[Service]
|
|
User=root
|
|
Environment="PATH=/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:__FINAL_PATH__/bin"
|
|
ExecStart=Jupyterhub -f __CONFIG_PATH__/jupyterhub_config.py
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target |