Description of problem: I would enable nfs-server via systemctl enable nfs-server. However on boot nfs-server wouldn't be running. On talking with people on #systemd they noticed that the [Install] section of the service file should use Also=nfs.target instead of the WantedBy=nfs.target. I copied the service file to /etc/systemd/system/ made that change and noticed that it linked the nfs.target instead of server. Seemed to do the trick Version-Release number of selected component (if applicable): nfs-utils-1.2.8-6.0.fc20.x86_64 How reproducible: Always Steps to Reproduce: 1. systemctl enable nfs-server 2. reboot 3. Actual results: No NFS server running Expected results: NFS server running Additional info:
So I was mistaken... the service file needs the Also=nfs.target *added* to the service file not replacing WantedBy...
nfs-utils-1.2.9-2.0.fc20 has been submitted as an update for Fedora 20. https://admin.fedoraproject.org/updates/nfs-utils-1.2.9-2.0.fc20
nfs-utils-1.2.8-6.1.fc19 has been submitted as an update for Fedora 19. https://admin.fedoraproject.org/updates/nfs-utils-1.2.8-6.1.fc19
Package nfs-utils-1.2.9-2.0.fc20: * should fix your issue, * was pushed to the Fedora 20 testing repository, * should be available at your local mirror within two days. Update it with: # su -c 'yum update --enablerepo=updates-testing nfs-utils-1.2.9-2.0.fc20' as soon as you are able to. Please go to the following url: https://admin.fedoraproject.org/updates/FEDORA-2014-0444/nfs-utils-1.2.9-2.0.fc20 then log in and leave karma (feedback).
This update introduces a new bug (typo) in the service file. See syslog: systemd[1]: [/usr/lib/systemd/system/nfs-server.service:22] Unknown lvalue 'ALso' in section 'Install'
nfs-utils-1.2.9-2.1.fc20 has been pushed to the Fedora 20 stable repository. If problems still persist, please make note of it in this bug report.
nfs-utils-1.2.8-6.2.fc19 has been pushed to the Fedora 19 stable repository. If problems still persist, please make note of it in this bug report.