From 6fdb4834cdb5557d9bd7562f61984da8bd0d9c80 Mon Sep 17 00:00:00 2001 From: Laurent Bercot Date: Thu, 9 Sep 2021 19:58:12 +0000 Subject: Prepare for 0.2.0.0, lots of changes. - Make _r functions completely thread-safe. - Save a lot of forking by having a persistent nsss_switch_query - Introduce a timeout to make the server expire - Start writing nsss-switch, not working yet. Signed-off-by: Laurent Bercot --- examples/openrc/nsssd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'examples/openrc/nsssd') diff --git a/examples/openrc/nsssd b/examples/openrc/nsssd index 1221f89..8789f3b 100755 --- a/examples/openrc/nsssd +++ b/examples/openrc/nsssd @@ -2,7 +2,7 @@ name="nsssd" command="s6-envuidgid" -command_args="nsss s6-ipcserver -U -- /run/service/nsssd/s nsssd-unix" +command_args="nsss s6-ipcserver -U -- /run/service/nsssd/s nsssd-switch 0 nsssd-nslcd '' 0 nsssd-unix ''" command_background=yes pidfile="/run/service/nsssd/nsssd.pid" start_stop_daemon_args="-d /run/service/nsssd" -- cgit v1.2.3