Skip to content

Instantly share code, notes, and snippets.

@Fastidious
Last active October 26, 2017 17:16
Show Gist options
  • Save Fastidious/95ef5df8a76580fbaec23762474594d9 to your computer and use it in GitHub Desktop.
Save Fastidious/95ef5df8a76580fbaec23762474594d9 to your computer and use it in GitHub Desktop.
Resetting systemctl

Resetting systemctl

Easy, but I tend to forget:

# Check what else failed.
$ systemctl --failed
# Reset it
$ systemctl reset-failed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment