Fix ordering of pvcnoded unit

We want to be after network.target and want network-online.target
This commit is contained in:
Joshua Boniface 2021-11-18 16:52:25 -05:00
parent 817dffcf30
commit a8899a1d66
1 changed files with 2 additions and 1 deletions

View File

@ -2,7 +2,8 @@
[Unit]
Description = Parallel Virtual Cluster node daemon
After = network-online.target
After = network.target
Wants = network-online.target
PartOf = pvc.target
[Service]