Comment 6 for bug 1594658

Revision history for this message
Sean (seanshivak) wrote :

What fixed the issue for me is doing:

sudo systemctl edit --full nfs-config.service

then editing it to look like this:

[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