neko/.docker/files/popcorn/supervisord.conf

11 lines
277 B
Plaintext
Raw Normal View History

2020-04-22 08:00:51 +12:00
[program:popcorn]
environment=HOME="/home/%(ENV_USER)s",USER="%(ENV_USER)s",DISPLAY="%(ENV_DISPLAY)s"
command=
autorestart=true
priority=800
user=%(ENV_USER)s
stdout_logfile=/var/log/neko/popcorn.log
stdout_logfile_maxbytes=100MB
stdout_logfile_backups=10
redirect_stderr=true