Search
 
SCRIPT & CODE EXAMPLE
 

CPP

rc.local not running centos 6

#!/bin/sh -e
#
# rc.local
#
# This script is executed at the end of each multiuser runlevel.
# Make sure that the script will "exit 0" on success or any other
# value on error.
#
# In order to enable or disable this script just change the execution
# bits.
#
# By default this script does nothing.

/sbin/start-stop-daemon -b -c www-data:www-data -S -x /usr/bin/php /var/www/ttrss/update_daemon2.php -- -quiet

exit 0
Comment

PREVIOUS NEXT
Code Example
Cpp :: C++ CHEAT SHEAT 
Cpp :: C++ Vector Initialization method 03 
Cpp :: enter items in array until enter is pressed c++ 
Cpp :: HMC 5883 Example to return x y z values 
Cpp :: building native binary with il2cpp unity 
Cpp :: Restart the computer in c++ after the default time (30) seconds. (Windows) 
Cpp :: error: use of parameter outside function body before ] token c++ 
Cpp :: surf interpolation matlab 
Cpp :: arduino bleutooth module hc-05 with led 
Cpp :: use textchanged qt cpp 
Cpp :: ejemplo 
Cpp :: kadane algo 
Cpp :: cap phat dong mang 2 chieu trong c++ 
Cpp :: windows servis from console app 
Cpp :: C++ using a member function of a class to pass parameters to a thread 
Cpp :: Calculating Function codeforces in c++ 
Cpp :: function param pointer to struct prototype in c 
Cpp :: big o notation practice c++ 
Cpp :: create dynamic variable c++ 
Cpp :: lru cache gfg 
Cpp :: c++ map change order 
Cpp :: fishes code in assignment expert 
Cpp :: sort vector in c 
Cpp :: semi colon in argument list c++ 
Cpp :: check if a variable is tring c++ 
Cpp :: access the element of vector point2f c++ 
Cpp :: cosnt cast 
Cpp :: sort array using stl 
Cpp :: store binary data in buffer 
Cpp :: number triangle c++ 
ADD CONTENT
Topic
Content
Source link
Name
3+4 =