Fix session initialization leading to nil pointer error in session manager, refactored tutorial init scripts, use /tmp as run_dir

This commit is contained in:
DanB
2015-03-04 18:28:22 +01:00
parent 893bb921e2
commit 13de051fd1
2 changed files with 0 additions and 19 deletions

View File

@@ -1,17 +0,0 @@
# defaults file for CGRateS real-time charging system
# start CGRateS init.d script?
# starts with "true"
ENABLE=false
# Start with specific user/group
#USER=cgrates
#GROUP=cgrates
# what extra options to give cgrates binary?
# See cgr-engine -h for options
#DAEMON_OPTS=''
# Don't forget to create an appropriate config file,
# else the CGRateS system will not start.

View File

@@ -1,2 +0,0 @@
# /etc/default/freeswitch
DAEMON_OPTS="-rp -nonat"