From 4897093455a2bf08f3db3a1132cc2f6f5484d77c Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Fri, 19 Apr 2024 08:03:02 +0200 Subject: Adding upstream version 1:2.6.4. Signed-off-by: Daniel Baumann --- systemd/rpc-svcgssd.service | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 systemd/rpc-svcgssd.service (limited to 'systemd/rpc-svcgssd.service') 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 -- cgit v1.2.3