supervisor.yml 621 B

123456789101112
  1. ---
  2. # vars of supervisor
  3. supervior_php_vars:
  4. - {name: "test1.py", command: "/usr/bin/python /opt/test1.py", autostart: "true", user: "root" }
  5. - {name: "test2.py", command: "/usr/bin/python /opt/test2.py", autostart: "true", user: "root" }
  6. supervior_java_vars:
  7. - {name: "test3.py", command: "/usr/bin/python /opt/test3.py", autostart: "true", user: "root" }
  8. - {name: "test4.py", command: "/usr/bin/python /opt/test4.py", autostart: "true", user: "root" }
  9. supervior_phptest_vars:
  10. - {name: "online_counter.py", command: "/usr/bin/python /opt/tools/online_count/online_counter", autostart: "true", user: "root" }