Skip to content
This repository has been archived by the owner on Aug 25, 2021. It is now read-only.

Commit

Permalink
dracut: Remove stray After=basic.target for ignition-fetch.service
Browse files Browse the repository at this point in the history
I had this fix in my WIP ignition-ostree-rootfs stack, and apparently
missed putting it in the split-out change.

This service runs really really early on, it can't be `After=basic.target`.
  • Loading branch information
cgwalters committed Sep 25, 2019
1 parent aada644 commit 5d8634f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion dracut/30ignition/ignition-fetch.service
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
Description=Ignition (fetch)
DefaultDependencies=false
Before=ignition-complete.target
After=basic.target

# Run after ignition-setup has run because ignition-setup
# may copy in new/different ignition configs for us to consume.
Expand Down

0 comments on commit 5d8634f

Please sign in to comment.