wait until network is actually up

This commit is contained in:
cronekorkn 2022-09-24 13:51:26 +02:00
parent 4248db53ac
commit 12621fa36b
Signed by: cronekorkn
SSH key fingerprint: SHA256:v0410ZKfuO1QHdgKBsdQNF64xmTxOF8osF1LIqwTcVw

View file

@ -15,7 +15,7 @@ defaults = {
'Unit': {
'Description': 'remove icinga downtime after wakeup',
'After': {
'network.target',
'network-online.target',
'suspend.target',
},
},