mirror of
https://github.com/cgrates/cgrates.git
synced 2026-02-12 10:36:24 +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
|
|
|