You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
16 lines
398 B
16 lines
398 B
2 years ago
|
[Unit]
|
||
|
Description=Read-Only Sysroot Migration
|
||
|
Documentation=https://ostreedev.github.io/ostree
|
||
|
ConditionPathExists=!/var/lib/.ostree-readonly-sysroot
|
||
|
ConditionPathExists=/run/ostree-booted
|
||
|
RequiresMountsFor=/sysroot /boot
|
||
|
ConditionPathIsReadWrite=/sysroot
|
||
|
|
||
|
[Service]
|
||
|
Type=oneshot
|
||
|
ExecStart=/usr/libexec/ostree-readonly-sysroot-migration
|
||
|
RemainAfterExit=yes
|
||
|
|
||
|
[Install]
|
||
|
WantedBy=multi-user.target
|