wifi-connect icon indicating copy to clipboard operation
wifi-connect copied to clipboard

Can't get wifi-connect to start on reboot

Open mvts opened this issue 3 years ago • 1 comments

Hi!

wifi-connect works when I execute it via command line once the system booted, but when I put it into sudo crontab -e, it won't work. The cron logs show no errors. The autostart of my own scripts works.

My crontab: @reboot /usr/local/sbin/wifi-connect

Does someone have a hint for me why this does not work?

Regards, mvts

mvts avatar Jun 06 '21 12:06 mvts

@mvts You could try adding a sleep to that command. I often had issues, because network is not up at reboot.

HenrikWittemeier avatar Jul 15 '21 22:07 HenrikWittemeier