mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-07-13 21:50:33 +03:00
Merge pull request #139823 from sorpaas/patch-3
This commit is contained in:
commit
8c56eae689
1 changed files with 1 additions and 1 deletions
|
@ -310,7 +310,7 @@ in
|
||||||
# the service - therefore we sleep in a loop until we can ping the
|
# the service - therefore we sleep in a loop until we can ping the
|
||||||
# endpoint.
|
# endpoint.
|
||||||
preStart = ''
|
preStart = ''
|
||||||
while ! ping -q -c 1 v1-0-0-server.tarsnap.com &> /dev/null; do sleep 3; done
|
while ! ping -4 -q -c 1 v1-0-0-server.tarsnap.com &> /dev/null; do sleep 3; done
|
||||||
'';
|
'';
|
||||||
|
|
||||||
script = let
|
script = let
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue