You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

20 lines
431 B

[Unit]
Description=NGCP RTP/media Proxy Daemon
After=network-online.target
After=remote-fs.target
Requires=network-online.target
[Service]
Type=forking
Restart=no
TimeoutSec=5min
IgnoreSIGPIPE=no
KillMode=process
RemainAfterExit=yes
SuccessExitStatus=5 6
PIDFile=/run/ngcp-rtpengine-daemon.pid
ExecStart=/etc/init.d/ngcp-rtpengine-daemon start
ExecStop=/etc/init.d/ngcp-rtpengine-daemon stop
[Install]
WantedBy=multi-user.target