replace User=nobody with DynamicUser=yes
Signed-off-by: Marek Küthe <m.k@mk16.de>
This commit is contained in:
parent
2d1086dc78
commit
518c4f0673
|
@ -40,7 +40,7 @@ Documentation=https://github.com/Vivena/babelweb2
|
|||
[Service]
|
||||
LimitNOFILE=1048576
|
||||
LimitNPROC=512
|
||||
User=nobody
|
||||
DynamicUser=yes
|
||||
EnvironmentFile=/etc/default/babelweb2
|
||||
ExecStart=/usr/local/bin/babelweb2 -http $PORT -static $STATIC_DIR
|
||||
ExecReload=/bin/kill -SIGUSR1 $MAINPID
|
||||
|
|
Loading…
Reference in New Issue