diff --git a/overlays/wwinit/etc/systemd/system/ww4-disks.target.ww b/overlays/wwinit/etc/systemd/system/ww4-disks.target.ww index b8e9d4293..c1a547cf7 100644 --- a/overlays/wwinit/etc/systemd/system/ww4-disks.target.ww +++ b/overlays/wwinit/etc/systemd/system/ww4-disks.target.ww @@ -7,7 +7,7 @@ Description=mount ww4 disks # make sure that the disks are available Requires=ignition-ww4-disks.service After=ignition-ww4-disks.service -Prequisite=ignition-ww4-disks.service +Requisite=ignition-ww4-disks.service # Get the mounts {{- range $fsdevice,$fs := .FileSystems }} {{- $prefix := $fsdevice }}{{ $suffix := "mount" }} @@ -17,4 +17,4 @@ Prequisite=ignition-ww4-disks.service {{- if $fs.Path }}{{ $prefix = tr $fs.Path "/" "" }}{{ end }} {{- end }} Wants={{ print $prefix "." $suffix }} -{{- end }} \ No newline at end of file +{{- end }}