Don't use Requires as the dep is too hard

Requires seems to flush on every service restart which is NOT what we
want. Use Wants instead.
This commit is contained in:
Joshua Boniface 2020-04-01 15:15:37 -04:00
parent a0ebc0d3a7
commit f668412941
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@
[Unit] [Unit]
Description = Parallel Virtual Cluster autoflush daemon Description = Parallel Virtual Cluster autoflush daemon
After = pvcnoded.service After = pvcnoded.service
Requires = pvcnoded.service Wants = pvcnoded.service
PartOf = pvc.target PartOf = pvc.target
[Service] [Service]