update rtpengine-recording pid filename

sysinit script is not expected to see /var/run/ngcp-rtpengine-recording-daemon.pid 
PID file name renamed to rtpengine-recording.pid
pull/611/head
netaskd 7 years ago committed by GitHub
parent b82cf56ec0
commit 8f4c54773a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -2,7 +2,7 @@
# http://github.com/sipwise/rtpengine
#
CONFIG_FILE=/etc/rtpengine/rtpengine-recording.conf
PIDFILE=/var/run/ngcp-rtpengine-recording-daemon.pid
PIDFILE=/var/run/rtpengine-recording.pid
#SET_USER=root
#SET_GROUP=root # GROUP only needs to be set if USER is not set or if the user isn't in the group

Loading…
Cancel
Save