summaryrefslogtreecommitdiffstats
path: root/systemd
diff options
context:
space:
mode:
authorSteve Dickson <steved@redhat.com>2016-08-24 14:56:07 -0400
committerSteve Dickson <steved@redhat.com>2016-08-25 07:44:10 -0400
commitce2737b5ca3e1b7e5ea14c21a67cbc92fcc558be (patch)
tree545564a2753f34d726348ea2306772eab868086f /systemd
parent8cf1e023c9c110087c79daac0a083b5e04458304 (diff)
downloadnfs-utils-ce2737b5ca3e1b7e5ea14c21a67cbc92fcc558be.tar.gz
nfs-utils-ce2737b5ca3e1b7e5ea14c21a67cbc92fcc558be.tar.xz
nfs-utils-ce2737b5ca3e1b7e5ea14c21a67cbc92fcc558be.zip
rpc-gssd: Make the path to the keytab configurable.
Kerberos keytabs don't always live in the '/etc' directory. Allow --sysconfdir flag to define where the keytab directory is in rpc-gssd.service Signed-off-by: Steve Dickson <steved@redhat.com>
Diffstat (limited to 'systemd')
-rw-r--r--systemd/rpc-gssd.service.in (renamed from systemd/rpc-gssd.service)2
1 files changed, 1 insertions, 1 deletions
diff --git a/systemd/rpc-gssd.service b/systemd/rpc-gssd.service.in
index d4a3819..1a7911c 100644
--- a/systemd/rpc-gssd.service
+++ b/systemd/rpc-gssd.service.in
@@ -5,7 +5,7 @@ Conflicts=umount.target
Requires=var-lib-nfs-rpc_pipefs.mount
After=var-lib-nfs-rpc_pipefs.mount
-ConditionPathExists=/etc/krb5.keytab
+ConditionPathExists=@_sysconfdir@/krb5.keytab
PartOf=nfs-utils.service