Now it's failing with timeout. Try adding ;sleep 5 after the done.
LE 18 on Pi 4 and Apple Timecapsule
-
plez -
February 29, 2020 at 1:10 PM -
Thread is Resolved
-
-
That worked!
Thanks!
-
Great.
You can create an universal service:
Code: [email protected][Unit] Description=Wait for SMB server After=time-sync.target [Service] Type=oneshot ExecStart=/bin/sh -c "until nc -z %I 139;do sleep 1;done;sleep 5" RemainAfterExit=yes
To use it in the mount service:
-