Created
November 8, 2019 00:23
-
-
Save mishbah/65b3c2b6895756c8303d82358d66a368 to your computer and use it in GitHub Desktop.
This file contains 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
mysql mongod teamviewerd mssql-server nginx redis-server postgresql | |
# how to enable, disable, start, stop, and status | |
sudo systemctl enable <name_of_service> | |
sudo systemctl start <name_of_service> | |
sudo systemctl status <name_of_service> | |
sudo systemctl stop <name_of_service> | |
sudo systemctl disable <name_of_service> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment