Increase start delay of flush service

This commit is contained in:
Joshua Boniface 2020-08-11 14:17:35 -04:00
parent e0cb4a58c3
commit 09c1bb6a46
1 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@ Type = oneshot
RemainAfterExit = true
WorkingDirectory = /usr/share/pvc
TimeoutSec = 30min
ExecStartPre = /bin/sleep 15
ExecStartPre = /bin/sleep 30
ExecStart = /usr/bin/pvc -c local node unflush --wait
ExecStop = /usr/bin/pvc -c local node flush --wait
ExecStopPost = /bin/sleep 5