From b388a1d1f4ebcd554b09a1fcebc25b5cc106ef27 Mon Sep 17 00:00:00 2001 From: ericgaspar Date: Tue, 5 Jan 2021 22:34:12 +0100 Subject: [PATCH] Linter warning : specify a User --- conf/systemd.service | 3 +++ 1 file changed, 3 insertions(+) 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"