mirror of
https://github.com/systemd/systemd.git
synced 2026-07-25 00:35:55 +00:00
Hence, we need to wait for the previous operation finished. Fixes the following failure: ``` TEST-46-HOMED.sh[107]: + homectl unregister signtest TEST-46-HOMED.sh[1449]: Failed to unregister home: Home signtest is currently being used, or an operation on home signtest is currently being executed. ``` Fixes #38643