lot_manager/reload_conf.sh

8 lines
165 B
Bash
Raw Normal View History

2023-12-01 09:21:23 +08:00
#!/bin/bash
#复制配置文件
cp -r conf/*.conf /etc/supervisor/conf.d/
# 重启所有配置
supervisorctl reload
# 推流不启动
supervisorctl stop push_stream