From 1b4f93d6f0506b670c63ba6f656410174ba5fb2e Mon Sep 17 00:00:00 2001 From: ericgaspar Date: Fri, 12 Aug 2022 09:16:55 +0200 Subject: [PATCH] Update systemd.service --- conf/systemd.service | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/conf/systemd.service b/conf/systemd.service index 5dbe426..c0dec26 100644 --- a/conf/systemd.service +++ b/conf/systemd.service @@ -5,10 +5,9 @@ After=syslog.target network.target [Service] Type=simple User=root -WorkingDirectory=__FINALPATH__/ Environment="LC_ALL=C.UTF-8" Environment="LANG=C.UTF-8" -WorkingDirectory=__FINALPATH__ +WorkingDirectory=__FINALPATH__/ Environment="__YNH_NODE_LOAD_PATH__" ExecStart=/usr/local/bin/pipenv run jupyterhub -f __FINALPATH__/config/jupyterhub_config.py Restart=always