diff options
-rw-r--r-- | nshd.service.in | 2 |
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 |