mirror of
https://github.com/nestriness/nestri.git
synced 2025-12-12 16:55:37 +02:00
🐛 fix: Delete .scripts/supervisord.d directory (#81)
This commit is contained in:
@@ -5,9 +5,6 @@ loglevel=info
|
|||||||
logfile=/tmp/supervisord.log
|
logfile=/tmp/supervisord.log
|
||||||
pidfile=/tmp/supervisord.pid
|
pidfile=/tmp/supervisord.pid
|
||||||
|
|
||||||
[include]
|
|
||||||
files = /etc/supervisord.d/*.ini
|
|
||||||
|
|
||||||
[program:entrypoint]
|
[program:entrypoint]
|
||||||
command=/etc/entrypoint.sh
|
command=/etc/entrypoint.sh
|
||||||
user=nestri
|
user=nestri
|
||||||
@@ -42,4 +39,4 @@ autostart=true
|
|||||||
autorestart=true
|
autorestart=true
|
||||||
startretries=100
|
startretries=100
|
||||||
redirect_stderr=true
|
redirect_stderr=true
|
||||||
priority=20
|
priority=20
|
||||||
|
|||||||
@@ -1,14 +0,0 @@
|
|||||||
[program:game]
|
|
||||||
priority=30
|
|
||||||
autostart=false
|
|
||||||
autorestart=true
|
|
||||||
user=netris
|
|
||||||
# directory=/
|
|
||||||
command=netris-proton -r /games/AlanWake.exe
|
|
||||||
stopsignal=INT
|
|
||||||
logfile=/tmp/game.log
|
|
||||||
pidfile=/tmp/game.pid
|
|
||||||
stopsignal=INT
|
|
||||||
autostart=true
|
|
||||||
autorestart=true
|
|
||||||
redirect_stderr=true
|
|
||||||
Reference in New Issue
Block a user