mirror of
https://github.com/cgrates/cgrates.git
synced 2026-02-11 18:16:24 +05:00
- moved misc and pkg to data/scripts - started recover procedure - optimized clean stale ids
18 lines
376 B
Plaintext
18 lines
376 B
Plaintext
# 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
|
|
#ENGINE_OPTS=''
|
|
|
|
# Don't forget to create an appropriate config file,
|
|
# else the CGRateS system will not start.
|
|
|