Increase start delay of flush service
This commit is contained in:
parent
e0cb4a58c3
commit
09c1bb6a46
|
@ -11,7 +11,7 @@ Type = oneshot
|
||||||
RemainAfterExit = true
|
RemainAfterExit = true
|
||||||
WorkingDirectory = /usr/share/pvc
|
WorkingDirectory = /usr/share/pvc
|
||||||
TimeoutSec = 30min
|
TimeoutSec = 30min
|
||||||
ExecStartPre = /bin/sleep 15
|
ExecStartPre = /bin/sleep 30
|
||||||
ExecStart = /usr/bin/pvc -c local node unflush --wait
|
ExecStart = /usr/bin/pvc -c local node unflush --wait
|
||||||
ExecStop = /usr/bin/pvc -c local node flush --wait
|
ExecStop = /usr/bin/pvc -c local node flush --wait
|
||||||
ExecStopPost = /bin/sleep 5
|
ExecStopPost = /bin/sleep 5
|
||||||
|
|
Loading…
Reference in New Issue