mirror of
https://github.com/cgrates/cgrates.git
synced 2026-02-12 18:46:24 +05:00
5 lines
97 B
Bash
Executable File
5 lines
97 B
Bash
Executable File
#!/bin/sh
|
|
echo Running CGRateS engine
|
|
exec /usr/bin/cgr-engine -config /etc/cgrates/cgrates.cfg
|
|
|