|      1cedared      2014-04-25 17:12:54 +08:00 留名关注一下 | 
|      2timonwong      2014-04-25 17:30:48 +08:00 priority 不行? http://supervisord.org/configuration.html priority The relative priority of the program in the start and shutdown ordering. Lower priorities indicate programs that start first and shut down last at startup and when aggregate commands are used in various clients (e.g. “start all”/”stop all”). Higher priorities indicate programs that start last and shut down first. Default: 999 Required: No. Introduced: 3.0 | 
|  |      3cxh116 OP | 
|  |      4everbird      2014-08-12 13:54:43 +08:00 @cxh116 这个貌似目前还做不到,目前只能 autostart=false 然后手工或脚本指定启动顺序。有个 Open 的 Issue 在 github 上: https://github.com/Supervisor/supervisor/issues/122 |