Adjusted share wait services timeout

This commit is contained in:
2026-07-02 16:02:49 +02:00
parent 4529a3c472
commit abd4ad3b30
2 changed files with 2 additions and 2 deletions
@@ -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