From e6b129ba199ff405165b7c7c986607ce3e5a40fd Mon Sep 17 00:00:00 2001 From: Harpreet Singh Date: Wed, 25 Dec 2024 14:18:43 -0800 Subject: [PATCH] fix: correct the filename for ConditionPathExists on ucore-signed-autorebase.service --- examples/ucore-autorebase.butane | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/ucore-autorebase.butane b/examples/ucore-autorebase.butane index 44f33c2..30c30fe 100644 --- a/examples/ucore-autorebase.butane +++ b/examples/ucore-autorebase.butane @@ -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]