From 7d3cfad38f05a06629f8535d7046e208c7beea91 Mon Sep 17 00:00:00 2001 From: Harpreet Singh Gulati Date: Thu, 9 Jan 2025 08:59:38 -0800 Subject: [PATCH] fix: correct the filename for ConditionPathExists on ucore-signed-autorebase.service (#226) Co-authored-by: Benjamin Sherman --- 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]