mirror of
https://github.com/cgrates/cgrates.git
synced 2026-02-11 10:06:24 +05:00
23 lines
482 B
Desktop File
23 lines
482 B
Desktop File
# Stop dance for cgrates
|
|
# =======================
|
|
|
|
[Unit]
|
|
Description=Control CGRateS - carrier grade real-time charging system
|
|
Documentation=https://cgrates.readthedocs.io/en/latest/
|
|
After=network.target
|
|
|
|
[Service]
|
|
Type=simple
|
|
EnvironmentFile=-/etc/default/cgrates
|
|
ExecStart=/usr/bin/cgr-engine $DAEMON_OPTS
|
|
KillMode=mixed
|
|
User=cgrates
|
|
Group=cgrates
|
|
StandardOutput=journal
|
|
StandardError=journal
|
|
Restart=on-failure
|
|
SyslogIdentifier=cgr-engine
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|