sys-apps/ignition: ignition-files.service before initrd-parse-etc.service

initrd-switch-root.target was too late, we get potentially killed during
the cleanup steps before that.  We also need to write files before
reloading etc since we may influence that in ignition-files.
This commit is contained in:
Vito Caputo 2015-08-06 03:15:24 -04:00
parent f75d0a0c2e
commit 8abeb3e63c
2 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
[Unit] [Unit]
Description=Ignition Description=Ignition
DefaultDependencies=false DefaultDependencies=false
Before=initrd-switch-root.target Before=initrd-parse-etc.service
Requires=initrd-root-fs.target Requires=initrd-root-fs.target
After=initrd-root-fs.target After=initrd-root-fs.target