Knowledge is Power

CallCabinet Knowledge Base Articles
  1. Home
  2. Knowledge Base
  3. CallCabinet Portal
  4. Set CallCabinet CCModule to start automatically on system boot
  1. Home
  2. Knowledge Base
  3. CCModule
  4. Set CallCabinet CCModule to start automatically on system boot

Set CallCabinet CCModule to start automatically on system boot

  1. Download the ccinitd.sh file, by going here https://www.callcabinet.com/Downloads/AtmosModule/ccinitd.sh.
  2. Edit the ccinitd.sh file to reflect the name and location of your CCModule.
  3. Copy the ccinitd.sh  to “/etc/init.d”
  4. With root priviledges add execution capability to “ccinitd”

    chmod 755 /etc/init.d/ccinitd.sh

  5. Attempt to run the ccinitd.sh script

    service ccinitd.sh start

  6. With root priviledges create the “rc” symbolic links

    update-rc.d ccinitd.sh defaults

    Note: If you receive an error similar to “/etc/init.d/ccinitd.sh: line 28: /lib/lsb/init-functions: No such file or directory” you may need to install the libraries, similar to the following in CentOS

    yum install '/lib/lsb/init-functions'

For help and support please visit our support helpdesk by clicking here.

The owner of this website has made a commitment to accessibility and inclusion, please report any problems that you encounter using the contact form on this website. This site uses the WP ADA Compliance Check plugin to enhance accessibility.