1234567891011121314151617 |
- ---
- # vars file for systembase
- supervior_php_vars:
- - {name: "test1.py", command: "/usr/bin/python /opt/test1.py", autostart: "true", user: "root" }
- - {name: "test2.py", command: "/usr/bin/python /opt/test2.py", autostart: "true", user: "root" }
- supervior_java_vars:
- - {name: "test3.py", command: "/usr/bin/python /opt/test3.py", autostart: "true", user: "root" }
- - {name: "test4.py", command: "/usr/bin/python /opt/test4.py", autostart: "true", user: "root" }
- supervior_phptest_vars:
- - {name: "online_counter.py", command: "/usr/bin/python /opt/tools/online_count/online_counter.py", autostart: "true", user: "root" }
- supervior_cassandra_vars:
- - {name: "cassandra", command: "/usr/sbin/cassandra", autostart: "true", user: "root" }
|