![]() Server : Apache System : Linux server2.corals.io 4.18.0-348.2.1.el8_5.x86_64 #1 SMP Mon Nov 15 09:17:08 EST 2021 x86_64 User : corals ( 1002) PHP Version : 7.4.33 Disable Function : exec,passthru,shell_exec,system Directory : /lib/systemd/system/ |
# We want to start gss-proxy on kernels that support it # Those services check for support by checking # for existence of the path /proc/net/rpc/use-gss-proxy. Before they # can perform that check, they need this module loaded. (Unless # rpcsec_gss support is built directly into the kernel, in which case this # unit will fail. But that's OK.) [Unit] Description=Kernel Module supporting RPCSEC_GSS DefaultDependencies=no Before=gssproxy.service rpc-gssd.service Wants=gssproxy.service rpc-gssd.service ConditionPathExists=/etc/krb5.keytab [Service] Type=oneshot ExecStart=/sbin/modprobe -q auth_rpcgss RemainAfterExit=yes