Skip to content

Commit

Permalink
fix: correct the filename for ConditionPathExists on ucore-signed-aut…
Browse files Browse the repository at this point in the history
…orebase.service (#226)

Co-authored-by: Benjamin Sherman <[email protected]>
  • Loading branch information
surdy and bsherman authored Jan 9, 2025
1 parent 5de751b commit 7d3cfad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/ucore-autorebase.butane
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down

0 comments on commit 7d3cfad

Please sign in to comment.