From 4a610023d4e6446f677074692c0e90d6532b6df8 Mon Sep 17 00:00:00 2001 From: Andrew Simonson Date: Sun, 29 Jan 2023 09:34:59 -0600 Subject: [PATCH] idk --- supervisord.conf | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/supervisord.conf b/supervisord.conf index cdea172..d91b92c 100644 --- a/supervisord.conf +++ b/supervisord.conf @@ -2,8 +2,16 @@ nodaemon=true logfile=/dev/null loglevel=critical +environment=HOME="/",USER="root" +user=root +redirect_stderr=true +stdout_logfile=/dev/null [program:nginx] command=/usr/sbin/nginx logfile=/dev/null -loglevel=critical \ No newline at end of file +loglevel=critical +environment=HOME="/",USER="root" +user=root +redirect_stderr=true +stdout_logfile=/dev/null \ No newline at end of file