4censord :neocat_flag_pan: on Nostr: ah, that works. I'm back at my pc now, so could look it up: The option i actually ...
ah, that works.
I'm back at my pc now, so could look it up:
The option i actually meant is `OnBootSec=20s`, which delays start by 20s on boot. but its not for services, its for timers so not really applicable for your usecase.
you could also look into doing a
ExecPreStart=sh -c "while not curl $forgejo; do sleep 4; done" (pseudocode, not runable as is)
I'm back at my pc now, so could look it up:
The option i actually meant is `OnBootSec=20s`, which delays start by 20s on boot. but its not for services, its for timers so not really applicable for your usecase.
you could also look into doing a
ExecPreStart=sh -c "while not curl $forgejo; do sleep 4; done" (pseudocode, not runable as is)