fix: correct the filename for ConditionPathExists on ucore-signed-autorebase.service (#226)

Co-authored-by: Benjamin Sherman <benjamin@holyarmy.org>
This commit is contained in:
Harpreet Singh Gulati
2025-01-09 08:59:38 -08:00
committed by GitHub
parent 5de751b05e
commit 7d3cfad38f

View File

@@ -36,7 +36,7 @@ systemd:
[Unit]
Description=uCore autorebase to signed OCI and reboot
ConditionPathExists=/etc/ucore-autorebase/unverified
ConditionPathExists=!/etc/ucore-autorebase/verified
ConditionPathExists=!/etc/ucore-autorebase/signed
After=network-online.target
Wants=network-online.target
[Service]