CIFS Mount on wireless network - 18.10

Trying to get a wireless laptop to mount a CIFS drive at boot time. However, keep getting error below. It appears that the attempt at mounting the CIFS drive is taking place before the wireless network comes online. However, I have the _netdev specified on the mount which should delay the mount. Yes, I can create a shell script to mount the drive but… Not sure if this is a core Ubuntu thing or you guys.

fstab entry
//192.168.1.205/janice /samba cifs credentials=/var/credentials,uid=1000,gid=1000,_netdev,vers=1.0 0 0

dmesg
image

This is a systemd issue. You shouldn’t need to specify netdev since systemd should automatically handle this.

Suggest file a bug against systemd.

I have submitted a bug for systemd