]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
typo spottet by bkw
authorMichal Bielicki <michal.bielicki@seventhsignal.de>
Thu, 29 Nov 2007 19:59:46 +0000 (19:59 +0000)
committerMichal Bielicki <michal.bielicki@seventhsignal.de>
Thu, 29 Nov 2007 19:59:46 +0000 (19:59 +0000)
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@6441 d0543943-73ff-0310-b7d9-9358b9ac24b2

debian/freeswitch.monitrc

index a182f744f4be0f4fe01762b07c5b122731b0c3aa..0fa046ee0b6c9acbe558486048af63f8c99f7b5a 100644 (file)
@@ -1,8 +1,8 @@
- check process freeswitch with pidfile /var/run/freeswitch.pid
+ check process freeswitch with pidfile /opt/freeswitch/log/freeswitch.pid
    group voice
    start program = "/etc/init.d/freeswitch start"
    stop  program = "/etc/init.d/freeswitch stop"
-   if failed port 5060 type UDP than restart
+   if failed port 5060 type UDP then restart
    if 5 restarts within 5 cycles then timeout
    depends on freeswitch_bin
    depends on freeswitch_rc
@@ -14,7 +14,7 @@
    if failed uid freeswitch then unmonitor
    if failed gid daemon then unmonitor
 
- check file sendmail_rc with path /etc/init.d/freeswitch
+ check file freeswitch_rc with path /etc/init.d/freeswitch
    group voice
    if failed checksum then unmonitor
    if failed permission 755 then unmonitor