Browse Source
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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
el/rtpengine-recording.sysconfig
|
|
|
@ -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 |
|
|
|
|