Module: kamailio Branch: master Commit: b28ef4aabf78d107e17ddaf01d080a4ad21dc965 URL: https://github.com/kamailio/kamailio/commit/b28ef4aabf78d107e17ddaf01d080a4ad21dc965
Author: Daniel-Constantin Mierla <[email protected]> Committer: Daniel-Constantin Mierla <[email protected]> Date: 2021-03-25T11:28:14+01:00 pkg: obs - removed old project name --- Modified: pkg/kamailio/obs/kamailio.init Modified: pkg/kamailio/obs/kamailio.service --- Diff: https://github.com/kamailio/kamailio/commit/b28ef4aabf78d107e17ddaf01d080a4ad21dc965.diff Patch: https://github.com/kamailio/kamailio/commit/b28ef4aabf78d107e17ddaf01d080a4ad21dc965.patch --- diff --git a/pkg/kamailio/obs/kamailio.init b/pkg/kamailio/obs/kamailio.init index b9802e9241..166a69ae0a 100644 --- a/pkg/kamailio/obs/kamailio.init +++ b/pkg/kamailio/obs/kamailio.init @@ -3,7 +3,7 @@ # Startup script for Kamailio # # chkconfig: 345 85 15 -# description: Kamailio (OpenSER) - the Open Source SIP Server +# description: Kamailio - the Open Source SIP Server # # processname: kamailio # pidfile: /run/kamailio.pid @@ -12,8 +12,8 @@ ### BEGIN INIT INFO # Provides: kamailio # Required-Start: $local_fs $network -# Short-Description: Kamailio (OpenSER) - the Open Source SIP Server -# Description: Kamailio (former OpenSER) is an Open Source SIP Server released +# Short-Description: Kamailio - the Open Source SIP Server +# Description: Kamailio is an Open Source SIP Server released # under GPL, able to handle thousands of call setups per second. ### END INIT INFO diff --git a/pkg/kamailio/obs/kamailio.service b/pkg/kamailio/obs/kamailio.service index c89df1a30a..14a2e58089 100644 --- a/pkg/kamailio/obs/kamailio.service +++ b/pkg/kamailio/obs/kamailio.service @@ -1,5 +1,5 @@ [Unit] -Description=Kamailio (OpenSER) - the Open Source SIP Server +Description=Kamailio - the Open Source SIP Server Wants=network-online.target After=network-online.target _______________________________________________ Kamailio (SER) - Development Mailing List [email protected] https://lists.kamailio.org/cgi-bin/mailman/listinfo/sr-dev
