We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2a766c2 commit a0f52f5Copy full SHA for a0f52f5
pages/linux/systemctl-reset-failed.md
@@ -0,0 +1,16 @@
1
+# systemctl reset-failed
2
+
3
+> Reset the "failed" state of one or more units.
4
+> More information: <https://www.freedesktop.org/software/systemd/man/systemctl.html#reset-failed%20%5BPATTERN%E2%80%A6%5D>.
5
6
+- Reset the failed state of all units:
7
8
+`systemctl reset-failed`
9
10
+- Reset the failed state of a specific unit:
11
12
+`systemctl reset-failed {{unit}}`
13
14
+- Reset multiple units at once:
15
16
+`systemctl reset-failed {{unit_1 unit_2 ...}}`
0 commit comments