mirror of
https://github.com/cgrates/cgrates.git
synced 2026-02-23 16:18:44 +05:00
Engine path in daemontools script
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
#!/bin/sh
|
||||
echo Running CGRateS service
|
||||
exec /usr/bin/cgr-rater -config /etc/cgrates/cgrates.cfg
|
||||
echo Running CGRateS engine
|
||||
exec /usr/bin/cgr-engine -config /etc/cgrates/cgrates.cfg
|
||||
|
||||
|
||||
@@ -1,6 +1,7 @@
|
||||
## CGRateS official APT repository.
|
||||
# Place this source file into your /etc/apt/sources.list.d/ folder and execute commands from bellow
|
||||
# wget -O - http://apt.itsyscom.com/repos/apt/conf/cgrates.gpg.key|apt-key add -
|
||||
# apt-get update && apt-get install
|
||||
# apt-get update && apt-get install cgrates
|
||||
deb http://apt.itsyscom.com/repos/apt/debian wheezy main
|
||||
deb http://apt.itsyscom.com/repos/apt/debian squeeze main
|
||||
|
||||
|
||||
Reference in New Issue
Block a user