/[monit]/monit/contrib/rc.monit
ViewVC logotype

Diff of /monit/contrib/rc.monit

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.2 by hauk, Sat Dec 21 11:25:54 2002 UTC revision 1.3 by martinp, Fri Mar 7 14:57:03 2003 UTC
# Line 10  Line 10 
10  #               that they are responding.  #               that they are responding.
11  # processname:  monit  # processname:  monit
12  # pidfile:      /var/run/monit.pid  # pidfile:      /var/run/monit.pid
13  # config:       /etc/monit.conf  # config:       /etc/monitrc
14    
15    
16  # Source function library.  # Source function library.
# Line 24  RETVAL=0 Line 24  RETVAL=0
24  case "$1" in  case "$1" in
25    start)    start)
26          echo -n "Starting monit: "          echo -n "Starting monit: "
27          daemon monit -c /etc/monit.conf -l syslog -d 60          daemon monit -c /etc/monitrc
28          RETVAL=$?          RETVAL=$?
29    
30          echo          echo

Legend:
Removed from v.1.2  
changed lines
  Added in v.1.3

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26