Archived
2
0

added docker popcorn time (wip)

This commit is contained in:
Craig
2020-04-21 20:00:51 +00:00
parent d451173cf0
commit 09b31687cc
3 changed files with 789 additions and 0 deletions

View File

@ -0,0 +1,11 @@
[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