Set flush after pvcapid.service

This may or may not help, but should in theory prevent the flush from
trying to run after a (locally-running) API daemon is terminated, which
could cause an API failure and a failure to flush.
This commit is contained in:
Joshua Boniface 2020-04-12 01:48:50 -04:00
parent 59707bad4e
commit e672d799a6
1 changed files with 1 additions and 1 deletions

View File

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