mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-04-24 19:52:35 +00:00
Merge pull request #380 in FS/freeswitch from ~SSINYAGIN/freeswitch:bugfix/FS-7909-core-is-written-to-run-freeswitch to master
* commit 'cd68e0fe1b4ae347c6a9a4108c6690db82baee3c': FS-7909 working directory is now /var/log/freeswitch
This commit is contained in:
commit
59cf3a8134
2
debian/freeswitch-systemd.freeswitch.service
vendored
2
debian/freeswitch-systemd.freeswitch.service
vendored
@ -15,7 +15,7 @@ ExecStart=/usr/bin/freeswitch -ncwait -nonat
|
|||||||
TimeoutSec=45s
|
TimeoutSec=45s
|
||||||
Restart=always
|
Restart=always
|
||||||
; exec
|
; exec
|
||||||
WorkingDirectory=/run/freeswitch
|
WorkingDirectory=/var/log/freeswitch
|
||||||
User=freeswitch
|
User=freeswitch
|
||||||
Group=freeswitch
|
Group=freeswitch
|
||||||
LimitCORE=infinity
|
LimitCORE=infinity
|
||||||
|
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
|
RUNDIR=/var/run/$NAME
|
||||||
PIDFILE=$RUNDIR/$NAME.pid
|
PIDFILE=$RUNDIR/$NAME.pid
|
||||||
SCRIPTNAME=/etc/init.d/$NAME
|
SCRIPTNAME=/etc/init.d/$NAME
|
||||||
WORKDIR=/var/lib/$NAME
|
WORKDIR=/var/log/$NAME
|
||||||
|
|
||||||
[ -x $DAEMON ] || exit 0
|
[ -x $DAEMON ] || exit 0
|
||||||
[ -r /etc/default/$NAME ] && . /etc/default/$NAME
|
[ -r /etc/default/$NAME ] && . /etc/default/$NAME
|
||||||
|
Loading…
x
Reference in New Issue
Block a user