Dear Maintainer, the config files in /etc/default/nfs-* should have a warning at the top stating that they are left there only for SySV systems that do not use systemd. In other words, they are ignored when systemd is used, and the configuration should be done in /etc/nfs.conf in that case. Otherwise users might get confused because changes they make to those files are not reflected in the actual services. Alternatively, but probably not feasible for Debian yet, is to remove /etc/default/nfs-* entirely.
Control: tag -1 moreinfo I intend to remove support in the init scripts for setting command line options through these config files, and to update the default config accordingly. However, the config files will still be needed by the init scripts to control which daemons are started. Will that address your concerns? Ben.
I think it's ok for the files to remain there, as long as there is a clear indication that they are not used anymore to set command line options, and furthermore, that the systemd units definitely do not use them. I realize such a change will probably generate dpkg conf prompts, though :/
Hello, thanks for keeping in mind that not everybody uses systemd. :-) :wq! PoC