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