Comment 4 for bug 1428486

Revision history for this message
Didier Roche-Tolomelli (didrocks) wrote :

rather than preventing the user being able to systemct enable/disable, we have that option to follow that path:

1. patch to remove the Wants= in nfs-server.service and add an [Install] section to both rpc-statd.service and rpc-statd-notify.service with:
WantedBy=nfs-server.service
2. and doing the one time enablement (and sedding the config file as we did for others) + shipping an upstart override if not disabled

That way users would have the systemd tooling to enable/disable the service and we use the same thing for the one time enablement/disablement.

Making sense?

PS: I see the conffiles also have NEE_GSSD, should we handle it in a similar way?