Skip to content

Commit

Permalink
kamctl: set default PID_FILE to /var/run/kamailio/kamailio.pid
Browse files Browse the repository at this point in the history
- this being now the path used by default kamailio options

(cherry picked from commit 6abd847)
(cherry picked from commit 6e2ab80)
  • Loading branch information
miconda committed Apr 25, 2018
1 parent a126490 commit b017462
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion utils/kamctl/kamctl.base
Expand Up @@ -101,7 +101,7 @@ fi
##### ------------------------------------------------ #####
### configuration for starting/stopping kamailio
if [ -z "$PID_FILE" ] ; then
PID_FILE=/var/run/kamailio.pid
PID_FILE=/var/run/kamailio/kamailio.pid
fi
if [ -z "$SYSLOG" ] ; then
SYSLOG=1 # 0=output to console, 1=output to syslog
Expand Down
2 changes: 1 addition & 1 deletion utils/kamctl/kamctlrc
Expand Up @@ -150,7 +150,7 @@
# STORE_PLAINTEXT_PW=0

## Kamailio START Options
## PID file path - default is: /var/run/kamailio.pid
## PID file path - default is: /var/run/kamailio/kamailio.pid
# PID_FILE=/var/run/kamailio/kamailio.pid

## Extra start options - default is: not set
Expand Down

0 comments on commit b017462

Please sign in to comment.