···293 # make sure that the tarsnap server is reachable after systemd starts up
294 # the service - therefore we sleep in a loop until we can ping the
295 # endpoint.
296- preStart = "while ! ping -q -c 1 betatest-server.tarsnap.com &> /dev/null; do sleep 3; done";
297 scriptArgs = "%i";
298 script = ''
299 mkdir -p -m 0755 ${dirOf cfg.cachedir}
···293 # make sure that the tarsnap server is reachable after systemd starts up
294 # the service - therefore we sleep in a loop until we can ping the
295 # endpoint.
296+ preStart = "while ! ping -q -c 1 v1-0-0-server.tarsnap.com &> /dev/null; do sleep 3; done";
297 scriptArgs = "%i";
298 script = ''
299 mkdir -p -m 0755 ${dirOf cfg.cachedir}