diff options
Diffstat (limited to 'systemd/rpc-svcgssd.service')
-rw-r--r-- | systemd/rpc-svcgssd.service | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/systemd/rpc-svcgssd.service b/systemd/rpc-svcgssd.service new file mode 100644 index 0000000..cb2bcd4 --- /dev/null +++ b/systemd/rpc-svcgssd.service @@ -0,0 +1,15 @@ +[Unit] +Description=RPC security service for NFS server +DefaultDependencies=no +After=local-fs.target +PartOf=nfs-server.service +PartOf=nfs-utils.service + +After=gssproxy.service +ConditionPathExists=|!/run/gssproxy.pid +ConditionPathExists=|!/proc/net/rpc/use-gss-proxy +ConditionPathExists=/etc/krb5.keytab + +[Service] +Type=forking +ExecStart=/usr/sbin/rpc.svcgssd |