diff options
author | Roy Marples <roy@marples.name> | 2009-04-27 12:06:54 +0000 |
---|---|---|
committer | Roy Marples <roy@marples.name> | 2009-04-27 12:06:54 +0000 |
commit | 71062f479ada8e714d821295fdc6a5ae3a19b95c (patch) | |
tree | 6f0bfd46a2eb7429a4f0a5821536347203234d7c /init.d.misc/sshd.in | |
parent | 94b3057571eed817e8aa0dd1b016ec7988328132 (diff) |
Add noshutdown to dhcpcd and wpa_supplicant. Tweak for style.
Diffstat (limited to 'init.d.misc/sshd.in')
-rw-r--r-- | init.d.misc/sshd.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/init.d.misc/sshd.in b/init.d.misc/sshd.in index 8c5c8b35..a3722528 100644 --- a/init.d.misc/sshd.in +++ b/init.d.misc/sshd.in @@ -3,7 +3,7 @@ # All rights reserved. Released under the 2-clause BSD license. command=/usr/sbin/sshd -command_args=${sshd_args} +command_args=$sshd_args pidfile=@VARBASE@/run/sshd.pid required_files=/etc/ssh/sshd_config @@ -31,5 +31,5 @@ start_pre() eend $? || return 1 fi - ${command} -t + $command -t } |