feat: add environment variable puid and pgid #2011

This commit is contained in:
Fernando OK
2024-05-23 18:17:02 +02:00
committed by GitHub
parent b7fb086476
commit cb2b28ca4b
7 changed files with 413 additions and 31 deletions

View File

@@ -0,0 +1,13 @@
[program:homarr]
command=/app/scripts/run.sh
environment=HOME="/app",USER="homarr",LOGNAME="homarr"
user=homarr
stdout_logfile=/dev/stdout
stdout_logfile_maxbytes=0
stderr_logfile=/dev/stderr
stderr_logfile_maxbytes=0
autorestart=true
startretries=0
stopasgroup=true
killasgroup=true
stopsignal=KILL