Hi Sergey,
Check below. I think it is ok. It is not properly configured so it dies after the start, but service itself is there.

# systemctl status sipcapture.service
● sipcapture.service - Kamailio SIP router server daemon for sipcapture
   Loaded: loaded (/usr/lib/systemd/system/sipcapture.service; enabled; vendor preset: disabled)
   Active: inactive (dead)
# systemctl start sipcapture
# systemctl status sipcapture.service
● sipcapture.service - Kamailio SIP router server daemon for sipcapture
   Loaded: loaded (/usr/lib/systemd/system/sipcapture.service; enabled; vendor preset: disabled)
   Active: active (running) since Wed 2019-02-20 17:07:57 AEDT; 1s ago
 Main PID: 17547 (kamailio)
   CGroup: /system.slice/sipcapture.service
           ├─17547 /usr/sbin/kamailio -DD -P /run/sipcapture/sipcapture.pid -f /etc/kamailio/kamailio-sipcapture.cfg -m 32 -M 4
           └─17568 /usr/sbin/kamailio -DD -P /run/sipcapture/sipcapture.pid -f /etc/kamailio/kamailio-sipcapture.cfg -m 32 -M 4


You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub, or mute the thread.