From b8e1f2bf5d96101c4fe3dd627bc7eac08affc2d2 Mon Sep 17 00:00:00 2001 From: ericgaspar Date: Sat, 22 May 2021 11:36:12 +0200 Subject: [PATCH] Update systemd.service --- conf/systemd.service | 2 ++ 1 file changed, 2 insertions(+) diff --git a/conf/systemd.service b/conf/systemd.service index c10f8f0..d9687d3 100644 --- a/conf/systemd.service +++ b/conf/systemd.service @@ -3,6 +3,8 @@ Description=JupyterLab After=syslog.target network.target [Service] +Type=simple +User=__APP__ Environment="LC_ALL=C.UTF-8" Environment="LANG=C.UTF-8" Environment="PATH=__NODE_PATH__:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin"