summaryrefslogtreecommitdiffstats
path: root/etc/rc.bootup
diff options
context:
space:
mode:
authorErmal <eri@pfsense.org>2013-12-15 21:15:46 +0000
committerErmal <eri@pfsense.org>2013-12-15 21:15:46 +0000
commit08b64f791426c4a9f980fd7b2f6d5359eff41c69 (patch)
tree9b232f0f56cfa2ef18cccb403b52a6162ae11d7c /etc/rc.bootup
parent815f1f77ed88ce0eeb5b537fe6f7cc354eaa93de (diff)
downloadpfsense-08b64f791426c4a9f980fd7b2f6d5359eff41c69.zip
pfsense-08b64f791426c4a9f980fd7b2f6d5359eff41c69.tar.gz
Use events to start sshd rather than relying on forking
Diffstat (limited to 'etc/rc.bootup')
-rwxr-xr-xetc/rc.bootup2
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/rc.bootup b/etc/rc.bootup
index f391a27..1b6ee0f 100755
--- a/etc/rc.bootup
+++ b/etc/rc.bootup
@@ -248,7 +248,7 @@ interfaces_loopback_configure();
system_syslogd_start();
echo "Starting Secure Shell Services...";
-mwexec_bg("/etc/sshd");
+send_event("service reload sshd");
echo "done.\n";
/* setup polling */
OpenPOWER on IntegriCloud