diff --git a/conf/systemd.service b/conf/systemd.service index c10f8f0..85a91e9 100644 --- a/conf/systemd.service +++ b/conf/systemd.service @@ -3,6 +3,9 @@ Description=JupyterLab After=syslog.target network.target [Service] +Type=simple +User=__APP__ +Group=__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"