neko/dev/runtime/supervisord.conf

11 lines
264 B
Plaintext
Raw Normal View History

2022-07-14 10:55:56 +12:00
[program:xfce]
environment=HOME="/home/%(ENV_USER)s",USER="%(ENV_USER)s",DISPLAY="%(ENV_DISPLAY)s"
command=/usr/bin/startxfce4
stopsignal=INT
autorestart=true
priority=500
user=%(ENV_USER)s
2022-11-12 07:43:09 +13:00
stdout_logfile=/dev/stderr
stdout_logfile_maxbytes=0
2022-07-14 10:55:56 +12:00
redirect_stderr=true