nginx Wants network-online.target

This commit is contained in:
cronekorkn 2023-01-31 18:48:43 +01:00
parent 7cb2bdb6a1
commit 367c134ecc
Signed by: cronekorkn
SSH key fingerprint: SHA256:v0410ZKfuO1QHdgKBsdQNF64xmTxOF8osF1LIqwTcVw

View file

@ -29,6 +29,7 @@ defaults = {
'nginx.service.d/override.conf': {
'Unit': {
'After': {'network-online.target'},
'Wants': {'network-online.target'},
},
},
},