From fe8754f5a8d653668e437ed9d9e36a410049bfdb Mon Sep 17 00:00:00 2001 From: ericgaspar Date: Wed, 23 Dec 2020 13:13:57 +0100 Subject: [PATCH] Update systemd.service --- conf/systemd.service | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/conf/systemd.service b/conf/systemd.service index 3d0d178..c10f8f0 100644 --- a/conf/systemd.service +++ b/conf/systemd.service @@ -3,15 +3,13 @@ Description=JupyterLab After=syslog.target network.target [Service] -User=__APP__ -Group=__APP__ Environment="LC_ALL=C.UTF-8" Environment="LANG=C.UTF-8" -WorkingDirectory=__FINALPATH__ Environment="PATH=__NODE_PATH__:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" ExecStart=/usr/local/bin/pipenv run jupyterhub -f __FINALPATH__/config/jupyterhub_config.py Restart=always RestartSec=10 +WorkingDirectory=__FINALPATH__ [Install] WantedBy=multi-user.target \ No newline at end of file