2022-11-24 10:21:53 +00:00
|
|
|
[Unit]
|
|
|
|
Description=Read-Only Sysroot Migration
|
|
|
|
Documentation=https://ostreedev.github.io/ostree
|
|
|
|
ConditionPathExists=!/var/lib/.ostree-readonly-sysroot
|
2023-02-08 10:15:43 +00:00
|
|
|
ConditionPathExists=/run/ostree-booted
|
2022-11-24 10:21:53 +00:00
|
|
|
RequiresMountsFor=/sysroot /boot
|
|
|
|
ConditionPathIsReadWrite=/sysroot
|
|
|
|
|
|
|
|
[Service]
|
|
|
|
Type=oneshot
|
|
|
|
ExecStart=/usr/libexec/ostree-readonly-sysroot-migration
|
|
|
|
RemainAfterExit=yes
|
|
|
|
|
|
|
|
[Install]
|
|
|
|
WantedBy=multi-user.target
|