Archived
2
0

added docker openbox

This commit is contained in:
Craig
2020-04-21 20:00:11 +00:00
parent d8ec03694d
commit ea4fa1720c
3 changed files with 774 additions and 0 deletions

View File

@ -0,0 +1,10 @@
[program:openbox]
environment=HOME="/home/%(ENV_USER)s",USER="%(ENV_USER)s",DISPLAY="%(ENV_DISPLAY)s"
command=/usr/bin/openbox --config-file /etc/neko/openbox.xml
autorestart=true
priority=300
user=%(ENV_USER)s
stdout_logfile=/var/log/neko/openbox.log
stdout_logfile_maxbytes=100MB
stdout_logfile_backups=10
redirect_stderr=true