feat: 支持 NOGOSTC dcoker 环境变量 #204

This commit is contained in:
mofeng-git
2025-12-03 13:37:03 +08:00
parent c8305cc65d
commit 50c3e6a32a
2 changed files with 21 additions and 14 deletions

View File

@@ -53,17 +53,6 @@ stdout_logfile=/dev/stdout
stdout_logfile_maxbytes = 0
redirect_stderr=true
[program:kvmd-gostc]
command=/usr/bin/gostc -web-addr 0.0.0.0:18080
autostart=true
autorestart=true
startsecs=5
priority=300
stopasgroup=true
stdout_logfile=/dev/stdout
stdout_logfile_maxbytes = 0
redirect_stderr=true
[program:clean_when_exit]
command=/etc/kvmd/clean_when_exit.sh
autostart=true
@@ -74,4 +63,3 @@ stopasgroup=true
stdout_logfile=/dev/stdout
stdout_logfile_maxbytes = 0
redirect_stderr=true