From ba3f96c5fd95f0d13416253ab65a566923822b2c Mon Sep 17 00:00:00 2001 From: "Josh.5" Date: Sat, 15 Jan 2022 10:03:10 +1300 Subject: [PATCH] Rename the xfce4 log file --- overlay/etc/supervisor/conf.d/xfce4.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/overlay/etc/supervisor/conf.d/xfce4.conf b/overlay/etc/supervisor/conf.d/xfce4.conf index 757b0ca..7407276 100644 --- a/overlay/etc/supervisor/conf.d/xfce4.conf +++ b/overlay/etc/supervisor/conf.d/xfce4.conf @@ -8,5 +8,5 @@ user=%(ENV_USER)s autorestart=true stopsignal=QUIT environment=HOME="/home/%(ENV_USER)s",USER="%(ENV_USER)s",DISPLAY="%(ENV_DISPLAY)s" -stdout_logfile=/home/%(ENV_USER)s/.cache/log/de.log -stderr_logfile=/home/%(ENV_USER)s/.cache/log/de.err +stdout_logfile=/home/%(ENV_USER)s/.cache/log/xfce4.log +stderr_logfile=/home/%(ENV_USER)s/.cache/log/xfce4.err