[Unit] Description=RPC GSS-API client-side daemon After=rpcbind.service var-lib-nfs-rpc_pipefs.mount Requires=rpcbind.service var-lib-nfs-rpc_pipefs.mount ConditionPathExists=/usr/sbin/rpc.gssd [Service] Type=forking EnvironmentFile=/etc/conf.d/nfs # Currently the mechanism modules aren't loaded automatically. # Patch exists at ; # once it reaches mainline, the modprobe should be removed. ExecStartPre=-/sbin/modprobe rpcsec_gss_krb5 ExecStart=/usr/sbin/rpc.gssd $OPTS_RPC_GSSD [Install] WantedBy=multi-user.target