mirror of
https://github.com/m1k1o/neko.git
synced 2024-07-24 14:40:50 +12:00
25 lines
837 B
Plaintext
25 lines
837 B
Plaintext
[program:tor-browser]
|
|
environment=HOME="/home/%(ENV_USER)s",USER="%(ENV_USER)s",DISPLAY="%(ENV_DISPLAY)s"
|
|
command=/opt/tor-browser_en-US/Browser/start-tor-browser --display=%(ENV_DISPLAY)s --setDefaultBrowser --window-size 1280,720
|
|
autorestart=true
|
|
priority=800
|
|
user=%(ENV_USER)s
|
|
stdout_logfile=/var/log/neko/tor-browser.log
|
|
stdout_logfile_maxbytes=100MB
|
|
stdout_logfile_backups=10
|
|
redirect_stderr=true
|
|
stderr_logfile=/var/log/neko/tor-browser.err.log
|
|
stderr_logfile_maxbytes=100MB
|
|
stderr_logfile_backups=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
|