start nginx when network is online

This commit is contained in:
cronekorkn 2022-09-30 10:41:33 +02:00
parent 8669124c73
commit addbae4b1d
Signed by: cronekorkn
SSH key fingerprint: SHA256:v0410ZKfuO1QHdgKBsdQNF64xmTxOF8osF1LIqwTcVw

View file

@ -24,6 +24,15 @@ defaults = {
},
'includes': {},
},
'systemd': {
'units': {
'nginx.service.d/override.conf': {
'Unit': {
'After': {'network-online.target'},
},
},
},
},
}
@metadata_reactor.provides(