Comment 4 for bug 1577120

Revision history for this message
Sean (seanshivak) wrote :

This issue is fixed for me by editing nfs-config.service and adding After=local-fs.target remote-fs.target NetworkManager.service

sudo systemctl edit --full nfs-config.service

[Unit]
Description=Preprocess NFS configuration
After=local-fs.target remote-fs.target NetworkManager.service
DefaultDependencies=no

[Service]
Type=oneshot
RemainAfterExit=yes
ExecStart=/usr/lib/systemd/scripts/nfs-utils_env.sh

Other suggestions on various forums dont work such as adding dbus.service to wpa_supplicant.service