15 lines
359 B
SYSTEMD
15 lines
359 B
SYSTEMD
|
[Unit]
|
||
|
Description=Read-Only Sysroot Migration
|
||
|
Documentation=https://ostreedev.github.io/ostree
|
||
|
ConditionPathExists=!/var/lib/.ostree-readonly-sysroot
|
||
|
RequiresMountsFor=/sysroot /boot
|
||
|
ConditionPathIsReadWrite=/sysroot
|
||
|
|
||
|
[Service]
|
||
|
Type=oneshot
|
||
|
ExecStart=/usr/libexec/ostree-readonly-sysroot-migration
|
||
|
RemainAfterExit=yes
|
||
|
|
||
|
[Install]
|
||
|
WantedBy=multi-user.target
|