mirror of
https://github.com/cgrates/cgrates.git
synced 2026-02-13 11:06:25 +05:00
5 lines
97 B
Bash
Executable File
5 lines
97 B
Bash
Executable File
#!/bin/sh
|
|
echo Running CGRateS service
|
|
exec /usr/bin/cgr-rater -config /etc/cgrates/cgrates.cfg
|
|
|