Created
September 9, 2020 07:20
-
-
Save cozingo/2db8b7df8d3ef3445ecea0f98abdd78c to your computer and use it in GitHub Desktop.
ubuntu services autostart
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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