2020-01-27 14:28:39 +13:00
|
|
|
[supervisord]
|
|
|
|
nodaemon=true
|
|
|
|
logfile=/dev/null
|
|
|
|
logfile_maxbytes=0
|
|
|
|
loglevel=debug
|
|
|
|
|
|
|
|
[program:dbus]
|
|
|
|
environment=HOME="/root",USER="root"
|
|
|
|
command=/usr/bin/dbus
|
|
|
|
redirect_stderr=true
|
|
|
|
autorestart=true
|
|
|
|
priority=100
|
|
|
|
user=root
|
|
|
|
|
|
|
|
[program:xvfb]
|
|
|
|
environment=HOME="/home/%(ENV_USER)s",USER="%(ENV_USER)s"
|
|
|
|
command=/usr/bin/Xvfb %(ENV_DISPLAY)s -screen 0 %(ENV_SCREEN_WIDTH)sx%(ENV_SCREEN_HEIGHT)sx%(ENV_SCREEN_DEPTH)s
|
|
|
|
redirect_stderr=true
|
|
|
|
autorestart=true
|
|
|
|
priority=300
|
|
|
|
user=%(ENV_USER)s
|
|
|
|
|
|
|
|
[program:pulseaudio]
|
2020-01-29 02:42:05 +13:00
|
|
|
environment=HOME="/home/%(ENV_USER)s",USER="%(ENV_USER)s",DISPLAY="%(ENV_DISPLAY)s"
|
2020-01-27 14:28:39 +13:00
|
|
|
command=/usr/bin/pulseaudio --disallow-module-loading -vvvv --disallow-exit --exit-idle-time=-1
|
|
|
|
autorestart=true
|
|
|
|
priority=300
|
|
|
|
user=%(ENV_USER)s
|
|
|
|
|
|
|
|
[program:openbox]
|
2020-01-29 02:42:05 +13:00
|
|
|
environment=HOME="/home/%(ENV_USER)s",USER="%(ENV_USER)s",DISPLAY="%(ENV_DISPLAY)s"
|
2020-01-27 14:28:39 +13:00
|
|
|
command=/usr/bin/openbox --config-file /etc/neko/openbox.xml
|
|
|
|
autorestart=true
|
|
|
|
priority=300
|
|
|
|
user=%(ENV_USER)s
|
|
|
|
|
|
|
|
[program:firefox-esr]
|
2020-01-29 02:42:05 +13:00
|
|
|
environment=HOME="/home/%(ENV_USER)s",USER="%(ENV_USER)s",DISPLAY="%(ENV_DISPLAY)s"
|
2020-01-28 20:07:35 +13:00
|
|
|
command=/usr/lib/firefox-esr/firefox-esr --display=%(ENV_DISPLAY)s --setDefaultBrowser -width %(ENV_SCREEN_WIDTH)s -height %(ENV_SCREEN_HEIGHT)s
|
2020-01-27 14:28:39 +13:00
|
|
|
autorestart=true
|
|
|
|
priority=400
|
|
|
|
user=%(ENV_USER)s
|
|
|
|
|
|
|
|
[program:neko]
|
2020-01-29 02:42:05 +13:00
|
|
|
environment=HOME="/home/%(ENV_USER)s",USER="%(ENV_USER)s",DISPLAY="%(ENV_DISPLAY)s"
|
2020-01-27 14:28:39 +13:00
|
|
|
command=/usr/bin/neko serve -d --static "/var/www"
|
|
|
|
autorestart=true
|
|
|
|
priority=800
|
|
|
|
user=%(ENV_USER)s
|