Update ww4-disks.target.ww
Fixed Prequisite to Requisite
This commit is contained in:
@@ -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 }}
|
||||
{{- end }}
|
||||
|
||||
Reference in New Issue
Block a user