Created
November 3, 2016 16:58
-
-
Save skreutzberger/9b2ab9af9462ec2136a8bb3f717ca6ea to your computer and use it in GitHub Desktop.
systemctl example calls
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 status app | |
sudo systemctl start app | |
sudo systemctl stop app | |
sudo systemctl restart app | |
# run service automatically on reboot | |
sudo systemctl enable app | |
# more about systemctl | |
sudo systemctl --help |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment