summaryrefslogtreecommitdiff
path: root/nshd.service.in
diff options
context:
space:
mode:
authorLuke Shumaker <lukeshu@sbcglobal.net>2016-07-05 17:09:29 -0400
committerLuke Shumaker <lukeshu@sbcglobal.net>2016-07-05 17:09:29 -0400
commit38ae1e2949eadeb8a328e1f30f2a9feb04f2cfcc (patch)
treec7edfaca56aba63778e18e5adef1b5496535d98f /nshd.service.in
parent92529b380b57596a097e3c6e3b62a494e4f85a3f (diff)
nshd.service: Set argv[0] to "nshd"
Diffstat (limited to 'nshd.service.in')
-rw-r--r--nshd.service.in2
1 files changed, 1 insertions, 1 deletions
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