浏览代码

[CI SKIP]

robert 2 年之前
父节点
当前提交
cd95a8e86e
共有 1 个文件被更改,包括 11 次插入0 次删除
  1. 11 0
      supervisord.service

+ 11 - 0
supervisord.service

@@ -0,0 +1,11 @@
+[Unit]
+Description=Supervisor daemon
+[Service]
+Type=forking
+ExecStart=/bin/supervisord -c /etc/supervisord.conf
+ExecStop=/bin/supervisorctl shutdown
+ExecReload=/bin/supervisorctl reload
+KillMode=process
+Restart=on-failure
+RestartSec=42s
+[Install]