Skip to content

Instantly share code, notes, and snippets.

@skreutzberger
Created November 3, 2016 16:58
Show Gist options
  • Save skreutzberger/9b2ab9af9462ec2136a8bb3f717ca6ea to your computer and use it in GitHub Desktop.
Save skreutzberger/9b2ab9af9462ec2136a8bb3f717ca6ea to your computer and use it in GitHub Desktop.
systemctl example calls
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