diff options
| author | David Walter Seikel | 2011-11-26 20:07:01 +1000 |
|---|---|---|
| committer | David Walter Seikel | 2011-11-26 20:07:01 +1000 |
| commit | c193946f0562bf690b6ee4afe4fa7506a74ce568 (patch) | |
| tree | 71c3c9c8323dce3c3e3a81023fdcba9c40164eaf /opensim-monit.conf | |
| parent | Make it safe. (diff) | |
| download | IGnoble-c193946f0562bf690b6ee4afe4fa7506a74ce568.zip IGnoble-c193946f0562bf690b6ee4afe4fa7506a74ce568.tar.gz IGnoble-c193946f0562bf690b6ee4afe4fa7506a74ce568.tar.bz2 IGnoble-c193946f0562bf690b6ee4afe4fa7506a74ce568.tar.xz | |
Better screen handling.
Diffstat (limited to 'opensim-monit.conf')
| -rw-r--r-- | opensim-monit.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/opensim-monit.conf b/opensim-monit.conf index e300720..f28c76c 100644 --- a/opensim-monit.conf +++ b/opensim-monit.conf | |||
| @@ -20,7 +20,7 @@ | |||
| 20 | # see ../README for configuration instructions. | 20 | # see ../README for configuration instructions. |
| 21 | # | 21 | # |
| 22 | check process sim01 with pidfile /var/run/opensim/sim01.pid | 22 | check process sim01 with pidfile /var/run/opensim/sim01.pid |
| 23 | start program = "/bin/bash -c 'cd /opt/opensim/config/sim01 && /opt/opensim/sim01/start-sim-in-rest'" | 23 | start program = "/bin/bash -c 'cd /opt/opensim/config/sim01 && /opt/opensim/sim01/start-sim-in-rest -q'" |
| 24 | as uid opensim and gid opensim | 24 | as uid opensim and gid opensim |
| 25 | stop program = "/bin/kill -9 `cat /var/run/opensim/sim01.pid`" | 25 | stop program = "/bin/kill -9 `cat /var/run/opensim/sim01.pid`" |
| 26 | # if cpu usage > 300% for 4 cycles then restart | 26 | # if cpu usage > 300% for 4 cycles then restart |
