blob: 6e4514ef09ecaf35659838280d5e7c9be0843a07 [file] [log] [blame]
Jan Kundrátb425ea82017-10-19 17:56:36 +02001[Unit]
2Description=Restore /etc from the Persistent config
3DefaultDependencies=no
4Conflicts=umount.target
5Before=local-fs.target umount.target
Jan Kundrát0331eac2017-10-25 13:53:34 +02006After=cfg.mount
7Requires=cfg.mount etc-overlay.service
Jan Kundrátb425ea82017-10-19 17:56:36 +02008ConditionDirectoryNotEmpty=/cfg/etc
9
10[Service]
11Type=oneshot
12ExecStart=/bin/sh -c 'cp -a /cfg/etc/* /etc/'