From 1955a2d57d6d6ff3d4aa6dcdbc890d9c44417f7f Mon Sep 17 00:00:00 2001 From: Simo Sorce Date: Fri, 22 Mar 2013 09:05:06 -0400 Subject: Write pid file at startup. --- proxy/src/gssproxy.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'proxy/src/gssproxy.c') diff --git a/proxy/src/gssproxy.c b/proxy/src/gssproxy.c index f1f0d13..4dd0094 100644 --- a/proxy/src/gssproxy.c +++ b/proxy/src/gssproxy.c @@ -106,6 +106,8 @@ int main(int argc, const char *argv[]) /* special call to tell the Linux kernel gss-proxy is available */ init_proc_nfsd(gpctx->config); + write_pid(); + vctx = init_event_loop(); if (!vctx) { return 1; -- cgit