summaryrefslogtreecommitdiff
path: root/nshd.service.in
diff options
context:
space:
mode:
authorLuke Shumaker <lukeshu@sbcglobal.net>2016-06-17 20:19:30 -0400
committerLuke Shumaker <lukeshu@sbcglobal.net>2016-06-17 20:19:30 -0400
commit6b3d4df8053a8dd6e53b5415c1793d553d35e883 (patch)
treea8e9d9736e3a8b7b7dd8b62f258faa677d7dba2a /nshd.service.in
parent902710f7956d29ae2c56d5851a4f4ecfb4de164d (diff)
mv bin/{,nshd-}setuid
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 80b83a9..b560ddc 100644
--- a/nshd.service.in
+++ b/nshd.service.in
@@ -8,5 +8,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@/setuid @user@ @bindir@/nshd
+ExecStart=@bindir@/nshd-setuid @user@ @bindir@/nshd
ExecReload=/bin/kill -HUP $MAINPID