Skip to content

Commit

Permalink
Startup mariadb.service when booting.
Browse files Browse the repository at this point in the history
  • Loading branch information
mjiuming committed Oct 24, 2018
1 parent a6e4216 commit 638c787
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions trunk/install/install-centos7.sh
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,9 @@ systemctl restart php-fpm.service
# startup php-fpm.service when booting.
systemctl enable php-fpm.service

# startup mariadb.service when booting.
systemctl enable mariadb.service

# if `GET localhost` get 403 or 503 response code , "access denied" or other response content,
# remove '#' from next line and run script to allow httpd read user content ( /home/judge/src/web ).
# setsebool -P httpd_read_user_content 1
Expand Down

0 comments on commit 638c787

Please sign in to comment.