mirror of
https://github.com/outbackdingo/ucore.git
synced 2026-01-27 10:20:49 +00:00
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:
committed by
GitHub
parent
5de751b05e
commit
7d3cfad38f
@@ -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]
|
||||
|
||||
Reference in New Issue
Block a user