From 92c788cdd805126bad2691449a6890509319deb6 Mon Sep 17 00:00:00 2001 From: NeilBrown Date: Mon, 24 Mar 2014 07:44:53 -0400 Subject: systemd: remove @localstatedir@ marking. This isn't used so currently is inconvenient. Once we decide how to handle this sort of thing we can apply the change uniformly. Signed-off-by: NeilBrown Signed-off-by: Steve Dickson --- systemd/rpc-svcgssd.service | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/systemd/rpc-svcgssd.service b/systemd/rpc-svcgssd.service index 32b786e..f7424b0 100644 --- a/systemd/rpc-svcgssd.service +++ b/systemd/rpc-svcgssd.service @@ -6,7 +6,7 @@ PartOf=nfs-server.service PartOf=nfs-utils.service After=gssproxy.service -ConditionPathExists=|!@localstatedir@/run/gssproxy.pid +ConditionPathExists=|!/run/gssproxy.pid ConditionPathExists=|!/proc/net/rpc/use-gss-proxy ConditionPathExists=/etc/krb5.keytab -- cgit