|
[Unit]
|
|
Description=Bootc system migration file ownership sync
|
|
# This helps verify that we're running in a bootc/ostree based target.
|
|
ConditionPathIsMountPoint=/sysroot
|
|
Requires=local-fs.target
|
|
After=local-fs.target
|
|
|
|
[Service]
|
|
ExecStart=/usr/libexec/bootc-file-ownership
|
|
|
|
|