From df40fa2e840e6a1f1ad32343fa39724409431067 Mon Sep 17 00:00:00 2001 From: Günther Deschner Date: Wed, 29 May 2013 15:58:34 +0200 Subject: 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 Reviewed-by: Simo Sorce --- 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 -- cgit