Patryk Matuszak
Patryk Matuszak
- Remove `/bin/bash` from the `ExecStart` so `microshift-test-agent.sh` is used in journal leading to easier debbuging. - Add 5s stop timeout, to (hopefully) not receive two SIGTERMs in a row...
Original rebase PR: https://github.com/openshift/microshift/pull/3804
Adds two new options to `microshift restore` command: - `--auto-recovery` to run the procedure of restoring the most recent backup from provided directory - `--save-failed` to additionally make a copy...