From 38ae1e2949eadeb8a328e1f30f2a9feb04f2cfcc Mon Sep 17 00:00:00 2001 From: Luke Shumaker Date: Tue, 5 Jul 2016 17:09:29 -0400 Subject: nshd.service: Set argv[0] to "nshd" --- nshd.service.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'nshd.service.in') diff --git a/nshd.service.in b/nshd.service.in index dfbdacb..7bd2804 100644 --- a/nshd.service.in +++ b/nshd.service.in @@ -10,5 +10,5 @@ Type=notify # would deadlock as it tries to poll the nslcd socket to ask if it # knows who the user is. It would time out after 1 minute, but that's # still not good. -ExecStart=@bindir@/nshd-setuid @user@ @bindir@/nshd +ExecStart=@@bindir@/nshd-setuid nshd @user@ @bindir@/nshd ExecReload=/bin/kill -HUP $MAINPID -- cgit v1.2.2