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