Skip to content

Instantly share code, notes, and snippets.

@cozingo
Created September 9, 2020 07:20
Show Gist options
  • Save cozingo/2db8b7df8d3ef3445ecea0f98abdd78c to your computer and use it in GitHub Desktop.
Save cozingo/2db8b7df8d3ef3445ecea0f98abdd78c to your computer and use it in GitHub Desktop.
ubuntu services autostart
sudo systemctl is-enabled apache2
sudo systemctl is-active apache2
sudo systemctl enable apache2
sudo systemctl disable apache2
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment