Message ID | 20140220065530.7320.89196.stgit@notabene.brown (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
diff --git a/systemd/rpc-svcgssd.service b/systemd/rpc-svcgssd.service index 32b786ec5c7d..f7424b0b1085 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
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> --- systemd/rpc-svcgssd.service | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -- To unsubscribe from this list: send the line "unsubscribe linux-nfs" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html