blob: 6e4514ef09ecaf35659838280d5e7c9be0843a07 [file] [log] [blame]
[Unit]
Description=Restore /etc from the Persistent config
DefaultDependencies=no
Conflicts=umount.target
Before=local-fs.target umount.target
After=cfg.mount
Requires=cfg.mount etc-overlay.service
ConditionDirectoryNotEmpty=/cfg/etc
[Service]
Type=oneshot
ExecStart=/bin/sh -c 'cp -a /cfg/etc/* /etc/'