mirror of
https://github.com/mofeng-git/One-KVM.git
synced 2026-02-02 11:01:53 +08:00
修复 otg 无法使用问题
This commit is contained in:
@@ -41,4 +41,16 @@ priority=100
|
||||
stopasgroup=true
|
||||
stdout_logfile=/dev/stdout
|
||||
stdout_logfile_maxbytes = 0
|
||||
redirect_stderr=true
|
||||
redirect_stderr=true
|
||||
|
||||
[program:clean_when_exit]
|
||||
command=/etc/kvmd/clean_when_exit.sh
|
||||
autostart=true
|
||||
autorestart=true
|
||||
startsecs=10
|
||||
priority=200
|
||||
stopasgroup=true
|
||||
stdout_logfile=/dev/stdout
|
||||
stdout_logfile_maxbytes = 0
|
||||
redirect_stderr=true
|
||||
|
||||
|
||||
Reference in New Issue
Block a user