wait until network is actually up
This commit is contained in:
parent
4248db53ac
commit
12621fa36b
1 changed files with 1 additions and 1 deletions
|
@ -15,7 +15,7 @@ defaults = {
|
||||||
'Unit': {
|
'Unit': {
|
||||||
'Description': 'remove icinga downtime after wakeup',
|
'Description': 'remove icinga downtime after wakeup',
|
||||||
'After': {
|
'After': {
|
||||||
'network.target',
|
'network-online.target',
|
||||||
'suspend.target',
|
'suspend.target',
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in a new issue