1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/jupyterlab_ynh.git synced 2024-09-03 19:26:35 +02:00

Update systemd.service

This commit is contained in:
Éric Gaspar 2023-07-11 12:04:04 +02:00
parent 5aeb76eacf
commit aa7f2cfa3f

View file

@ -8,8 +8,8 @@ User=root
WorkingDirectory=__FINALPATH__/
Environment="LC_ALL=C.UTF-8"
Environment="LANG=C.UTF-8"
Environment="__YNH_NODE_LOAD_PATH__:__FINALPATH__/.venv/bin"
ExecStart=__FINALPATH__/.venv/bin/jupyterhub -f __FINALPATH__/config/jupyterhub_config.py --upgrade-db
Environment="__YNH_NODE_LOAD_PATH__:__FINALPATH__/venv/bin"
ExecStart=__FINALPATH__/venv/bin/jupyterhub -f __FINALPATH__/config/jupyterhub_config.py --upgrade-db
Restart=always
RestartSec=10