Skip to content

Instantly share code, notes, and snippets.

@mishbah
Created November 8, 2019 00:23
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 mishbah/65b3c2b6895756c8303d82358d66a368 to your computer and use it in GitHub Desktop.
Save mishbah/65b3c2b6895756c8303d82358d66a368 to your computer and use it in GitHub Desktop.
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