gssproxy/gssproxy-systemd.patch
2013-05-29 16:20:25 +02:00

32 lines
1000 B
Diff

From df40fa2e840e6a1f1ad32343fa39724409431067 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?G=C3=BCnther=20Deschner?= <gdeschner@redhat.com>
Date: Wed, 29 May 2013 15:58:34 +0200
Subject: [PATCH] systemd: Make sure we start before nfs-secure services.
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
They might want to use gssproxy so we need to run in advance.
Signed-off-by: Günther Deschner <gdeschner@redhat.com>
Reviewed-by: Simo Sorce <simo@redhat.com>
---
proxy/systemd/gssproxy.service.in | 1 +
1 file changed, 1 insertion(+)
diff --git a/proxy/systemd/gssproxy.service.in b/proxy/systemd/gssproxy.service.in
index 8c0be48..950d8ae 100644
--- a/proxy/systemd/gssproxy.service.in
+++ b/proxy/systemd/gssproxy.service.in
@@ -2,6 +2,7 @@
Description=GSSAPI Proxy Daemon
# GSSPROXY will not be started until syslog is
After=syslog.target
+Before=nfs-secure.service nfs-secure-server.service
[Service]
ExecStart=@sbindir@/gssproxy -D
--
1.8.1.4