Skip to content

Instantly share code, notes, and snippets.

@zoonderkins
Created July 3, 2018 16:29
Show Gist options
  • Save zoonderkins/afc834e8aa5212e73dee849e801eacff to your computer and use it in GitHub Desktop.
Save zoonderkins/afc834e8aa5212e73dee849e801eacff to your computer and use it in GitHub Desktop.
Ubuntu systemctl info
  • Enable service and autostart
systemctl enable xxx
  • Disable / remove service from autostart
systemctl disable xxx
  • Start the service
systemctl start xxx
  • Reload daemon
systemctl daemon-reload
systemctl reset-failed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment