From f0b471b794414eaad3ad983e914c9cdf0fc413c7 Mon Sep 17 00:00:00 2001 From: Günther Deschner Date: Fri, 31 May 2013 16:04:17 +0200 Subject: systemd: add require for the nfs kernel modules. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This assures the right startup and checking order for gssproxy and kernel nfs gssproxy client interface. 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 950d8ae..7aa6785 100644 --- a/proxy/systemd/gssproxy.service.in +++ b/proxy/systemd/gssproxy.service.in @@ -3,6 +3,7 @@ Description=GSSAPI Proxy Daemon # GSSPROXY will not be started until syslog is After=syslog.target Before=nfs-secure.service nfs-secure-server.service +Requires=proc-fs-nfsd.mount [Service] ExecStart=@sbindir@/gssproxy -D -- cgit