Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
bootupctl: Clear failure status from previous runs
If for whatever reason a bootupd command fails, it will leave the systemd service unit in a failed state and systemd will then refuse to run a unit under the same name with `systemd-run` again until the failure is cleared. Thus systematically call `systemctl reset-failed` before calling `systemd-run` to clear any potential failures from previous calls. See: #707 See: #663
- Loading branch information