1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/jupyterlab_ynh.git synced 2024-09-03 19:26:35 +02:00
jupyterlab_ynh/conf/jupyterlab.service
Pierre Bourré 6ea9384a9d test arm
2018-12-29 11:06:34 +01:00

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