Comment 11 for bug 1023051

Revision history for this message
Russell Jones (russell-jones-oxphys) wrote : Re: gssd ignores RPCGSSDOPTS in /etc/default/nfs-common

Not "systemctl edit rpc-gssd.service" ? i.e. to override /lib/systemd/system/rpc-gssd.service

Why does /lib/systemd/system/rpc-gssd.service have the line "ExecStart=/usr/sbin/rpc.gssd $GSSDARGS" if $GSSDARGS are not supported?

I tried running "systemctl edit rpc-gssd.service" and entering the line "ExecStart=/usr/sbin/rpc.gssd -ne $GSSDARGS" after reverting the changes to /usr/lib/systemd/scripts/nfs-utils_env.sh and /etc/default/nfs-common

This did not work (i.e. add the flags "-ne" to rpc.gssd), nor did "systemctl edit gssd.service".