2025-12-16 10:20:31 -07:00
|
|
|
# systemctl reset-failed
|
|
|
|
|
|
|
|
|
|
> Reset the "failed" state of one or more units.
|
2026-02-18 06:55:01 -07:00
|
|
|
> More information: <https://www.freedesktop.org/software/systemd/man/latest/systemctl.html#reset-failed%20%5BPATTERN%E2%80%A6%5D>.
|
2025-12-16 10:20:31 -07:00
|
|
|
|
|
|
|
|
- Reset the failed state of all units:
|
|
|
|
|
|
|
|
|
|
`systemctl reset-failed`
|
|
|
|
|
|
|
|
|
|
- Reset the failed state of a specific unit:
|
|
|
|
|
|
|
|
|
|
`systemctl reset-failed {{unit}}`
|
|
|
|
|
|
|
|
|
|
- Reset multiple units at once:
|
|
|
|
|
|
|
|
|
|
`systemctl reset-failed {{unit_1 unit_2 ...}}`
|