Adjusted share wait services timeout
This commit is contained in:
@@ -5,7 +5,7 @@ After=network-online.target
|
||||
[Service]
|
||||
Type=oneshot
|
||||
ExecStart=/bin/bash -c 'until host files.70b1.de; do sleep 1; done'
|
||||
TimeoutSec=30
|
||||
TimeoutSec=10
|
||||
|
||||
[Install]
|
||||
WantedBy=multi-user.target
|
||||
|
||||
@@ -5,7 +5,7 @@ After=network-online.target
|
||||
[Service]
|
||||
Type=oneshot
|
||||
ExecStart=/bin/bash -c 'until host nase.meow; do sleep 1; done'
|
||||
TimeoutSec=30
|
||||
TimeoutSec=10
|
||||
|
||||
[Install]
|
||||
WantedBy=multi-user.target
|
||||
|
||||
Reference in New Issue
Block a user