source: trunk/Monitoring/Watch/cssupervisor.conf @ 967

Last change on this file since 967 was 967, checked in by jripsl, 11 years ago
  • add documentation (convergence platform schema).
File size: 251 bytes
Line 
1description "Climate Simulation Supervisor"
2
3start on runlevel [2345]
4stop on runlevel [016]
5
6chdir /home/cssupervisor
7exec su -s /bin/sh -c 'exec "$0" "$@"' cssupervisor -- /opt/python2.6_ve/bin/python /opt/supervisor/Monitoring/Watch/watch
8
9respawn
Note: See TracBrowser for help on using the repository browser.