mirror of
https://github.com/cgrates/cgrates.git
synced 2026-02-19 22:28:45 +05:00
16 lines
329 B
Desktop File
16 lines
329 B
Desktop File
[Unit]
|
|
Description=Carrier Grade Real-time Charging System
|
|
After=network.target mysqld.service postgresql.service redis.service
|
|
|
|
[Service]
|
|
Type=simple
|
|
User=cgrates
|
|
Group=cgrates
|
|
EnvironmentFile=-/etc/sysconfig/cgrates
|
|
ExecStart=/usr/bin/cgr-engine $OPTIONS
|
|
Restart=always
|
|
TimeoutStopSec=30s
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|