Fix ordering of pvcnoded unit
We want to be after network.target and want network-online.target
This commit is contained in:
parent
3aa20fbaa3
commit
658e80350f
|
@ -2,7 +2,8 @@
|
||||||
|
|
||||||
[Unit]
|
[Unit]
|
||||||
Description = Parallel Virtual Cluster node daemon
|
Description = Parallel Virtual Cluster node daemon
|
||||||
After = network-online.target
|
After = network.target
|
||||||
|
Wants = network-online.target
|
||||||
PartOf = pvc.target
|
PartOf = pvc.target
|
||||||
|
|
||||||
[Service]
|
[Service]
|
||||||
|
|
Loading…
Reference in New Issue