Skip to content

Instantly share code, notes, and snippets.

@AdamLawicki
Created October 18, 2015 21:53
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save AdamLawicki/464d42b0fe9acfbe6d8c to your computer and use it in GitHub Desktop.
Save AdamLawicki/464d42b0fe9acfbe6d8c to your computer and use it in GitHub Desktop.
Use chkconfig command to verify that httpd and mysqld services will start at each boot
[ec2-user wordpress]$ sudo chkconfig httpd on
[ec2-user wordpress]$ sudo chkconfig mysqld on
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment