mirror of
https://github.com/ManInDark/bootc-image.git
synced 2026-01-20 22:44:28 +01:00
10 lines
199 B
Desktop File
10 lines
199 B
Desktop File
[Unit]
|
|
Description=Fetch bootc updates
|
|
Documentation=man:bootc(8)
|
|
ConditionPathExists=/run/ostree-booted
|
|
|
|
[Service]
|
|
Type=oneshot
|
|
ExecStart=/usr/bin/bootc upgrade --quiet
|
|
TimeoutStopFailureMode=abort
|