mirror of
https://github.com/flatcar/scripts.git
synced 2025-08-22 06:51:26 +02:00
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:
parent
f75d0a0c2e
commit
8abeb3e63c
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user