[Unit] Description=RPC GSS-API server-side daemon After=rpcbind.service Requires=rpcbind.service ConditionPathExists=/usr/sbin/rpc.svcgssd [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.svcgssd $OPTS_RPC_SVCGSSD [Install] WantedBy=multi-user.target