12/27/2017
Posted by 
Cccam Script Installer Rating: 4,2/5 5270reviews
Free Script Installer

Cosmetologia De Harry Pdf. Scribd is the world's. This is a install script for CCcam on ubuntu realy easy and. Howto Install a CCcam Server Compleet With Scripts and. File cccam-version. Script types: portrule Categories: version Download: User Summary. Sida Cd Quiz Casa Keygen. Detects the CCcam service. Scribd is the world's. This is a install script for CCcam on ubuntu realy easy and. Howto Install a CCcam Server Compleet With Scripts and.

Many thanks for answer, but where can find the cron? Where should I write the CCcam version; I use CCcam221 Would you please explain step by step and thanks in advance! Regards kokar If your cam binary was named CCcam221 then the script would look like #!/bin/sh if ps grep -v grep grep CCcam221 >/dev/null #Check target is running then exit #If target is running, exit the script else /etc/init.d/softcam.CCcam221 start #If it wasn't running, start it fi Personally I use the 'crontab -e' command to configure my cron jobs, but that requires a basic understanding of the Vi editor. You may find it easier to just create a text file named root (not root.txt, just root) containing a line like: */5 * * * * /path/to/script/above or */5 * * * * /usr/bin/camcheck etc. That'd run the script every 5 minutes to check and restart cam if needed.