Rc Local Not Running Centos 6

[Solved] Rc Local Not Running Centos 6 | Shell - Code Explorer | yomemimo.com
Question : rc.local not running centos 6

Answered by : naughty-nightingale-acc8oct3otho

#!/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

Source : https://askubuntu.com/questions/299792/why-is-the-command-in-etc-rc-local-not-executed-during-startup | Last Update : Sat, 31 Oct 20

Answers related to rc local not running centos 6

Code Explorer Popular Question For Shell