mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-05-21 06:46:18 +00:00
stupid stupid stupid typos
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@6528 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
parent
7ebb444469
commit
f230fc7291
@ -7,10 +7,10 @@
|
|||||||
# chkconfig: - 89 14
|
# chkconfig: - 89 14
|
||||||
# processname: freeswitch
|
# processname: freeswitch
|
||||||
# config: /opt/freeswitch/conf/freeswitch.conf
|
# config: /opt/freeswitch/conf/freeswitch.conf
|
||||||
# pidfile: /opt/freeswitch/log/freeswitch/pid
|
# pidfile: /opt/freeswitch/log/freeswitch.pid
|
||||||
#
|
#
|
||||||
|
|
||||||
|
export PATH=$PATH:/opt/freeswitch/bin
|
||||||
# Source function library.
|
# Source function library.
|
||||||
. /etc/init.d/functions
|
. /etc/init.d/functions
|
||||||
|
|
||||||
@ -38,7 +38,7 @@ start() {
|
|||||||
fi
|
fi
|
||||||
fi
|
fi
|
||||||
|
|
||||||
daemon --user $FS_USER --pidfile $pidfile $prog $FREESWITCH_ARGS
|
daemon --user $FS_USER --pidfile $pidfile $prog $FREESWITCH_PARAMS
|
||||||
RETVAL=$?
|
RETVAL=$?
|
||||||
[ $RETVAL -eq 0 ] && touch $lockfile;
|
[ $RETVAL -eq 0 ] && touch $lockfile;
|
||||||
return $RETVAL
|
return $RETVAL
|
||||||
|
Loading…
x
Reference in New Issue
Block a user