原始问题:
supervisor 中以下配置有什么问题,应该怎么配置
[program:test]
command=/usr/bin/python test.py
directory=/home/user/project
autostart=true
autorestart=unexpected ; 应该改为 autorestart=true
supervisor 中以下配置有什么问题,应该怎么配置
[program:test]
command=/usr/bin/python test.py
directory=/home/user/project
autostart=true
autorestart=unexpected ; 应该改为 autorestart=true
Prev:如何涩涩