mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-08-13 17:38:59 +00:00
FS-7909 working directory is now /var/log/freeswitch
This is where core is dumped by default
This commit is contained in:
2
debian/freeswitch-sysvinit.freeswitch.init
vendored
2
debian/freeswitch-sysvinit.freeswitch.init
vendored
@@ -24,7 +24,7 @@ CONFDIR=/etc/$NAME
|
||||
RUNDIR=/var/run/$NAME
|
||||
PIDFILE=$RUNDIR/$NAME.pid
|
||||
SCRIPTNAME=/etc/init.d/$NAME
|
||||
WORKDIR=/var/lib/$NAME
|
||||
WORKDIR=/var/log/$NAME
|
||||
|
||||
[ -x $DAEMON ] || exit 0
|
||||
[ -r /etc/default/$NAME ] && . /etc/default/$NAME
|
||||
|
Reference in New Issue
Block a user