diff options
author | NeilBrown <neilb@suse.de> | 2014-03-24 07:44:53 -0400 |
---|---|---|
committer | Steve Dickson <steved@redhat.com> | 2014-03-24 16:30:04 -0400 |
commit | 92c788cdd805126bad2691449a6890509319deb6 (patch) | |
tree | ff5bc65f4f0318e114acbf363d6f1d8c1f582a09 | |
parent | 83a492141fe80f38011bef0d6c7af9867408cb33 (diff) | |
download | nfs-utils-92c788cdd805126bad2691449a6890509319deb6.tar.gz nfs-utils-92c788cdd805126bad2691449a6890509319deb6.tar.xz nfs-utils-92c788cdd805126bad2691449a6890509319deb6.zip |
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 <neilb@suse.de>
Signed-off-by: Steve Dickson <steved@redhat.com>
-rw-r--r-- | systemd/rpc-svcgssd.service | 2 |
1 files changed, 1 insertions, 1 deletions
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 |