summaryrefslogtreecommitdiffstats
path: root/proxy/systemd
diff options
context:
space:
mode:
Diffstat (limited to 'proxy/systemd')
-rw-r--r--proxy/systemd/gssproxy.service.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/proxy/systemd/gssproxy.service.in b/proxy/systemd/gssproxy.service.in
index 7aa6785..dae39ee 100644
--- a/proxy/systemd/gssproxy.service.in
+++ b/proxy/systemd/gssproxy.service.in
@@ -6,6 +6,7 @@ Before=nfs-secure.service nfs-secure-server.service
Requires=proc-fs-nfsd.mount
[Service]
+Environment=KRB5RCACHEDIR=/var/lib/gssproxy/rcache
ExecStart=@sbindir@/gssproxy -D
# These two should be used with traditional UNIX forking daemons
# consult systemd.service(5) for more details