mirror of
https://github.com/cgrates/cgrates.git
synced 2026-02-12 10:36:24 +05:00
5 lines
117 B
Bash
Executable File
5 lines
117 B
Bash
Executable File
#!/bin/sh
|
|
echo Firing up CGRateS engine
|
|
exec setuidgid cgrates /usr/bin/cgr-engine -config /etc/cgrates/cgrates.cfg
|
|
|