Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save wpupru/2ad304a9930fee0958a5dbfc600058fb to your computer and use it in GitHub Desktop.
Save wpupru/2ad304a9930fee0958a5dbfc600058fb to your computer and use it in GitHub Desktop.
Start the Apache service and let it to start automatically on every reboot
Start the Apache service and let it to start automatically on every reboot:
sudo systemctl start apache2
sudo systemctl enable apache2
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment