Create custom bootc update unit

This commit is contained in:
Gerald Pinder
2025-03-09 16:30:10 -04:00
parent 8cd6d24497
commit 28ee8b49b3
5 changed files with 29 additions and 3 deletions

View File

@@ -0,0 +1,9 @@
[Unit]
Description=Apply bootc updates
Documentation=man:bootc(8)
ConditionPathExists=/run/ostree-booted
[Service]
Type=oneshot
# ExecStart=/usr/bin/bootc update --apply --quiet
ExecStart=/usr/bin/bootc update --quiet