CentOS 7 needs chmod +x /etc/rc.local

pull/854/head
Richard van den Berg 2016-01-15 15:45:18 +01:00
parent 1daa7113bf
commit 5b3de13553
1 changed files with 2 additions and 0 deletions

View File

@ -239,6 +239,8 @@ su -s /bin/bash apache -c 'scl enable rh-php56 /var/www/MISP/app/Console/worker/
vi /etc/rc.local
# Add the following line at the end
su -s /bin/bash apache -c 'scl enable rh-php56 /var/www/MISP/app/Console/worker/start.sh'
# and make sure it will execute
chmod +x /etc/rc.local
# Now log in using the webinterface:
# The default user/pass = admin@admin.test/admin