rc: mute ssh kill, it fails on boot up for good reasons

This commit is contained in:
Franco Fichtner 2016-10-14 16:56:12 +02:00
parent 5365f3802b
commit 7b7d7ab7ea

View File

@ -33,7 +33,7 @@ require_once('config.inc');
require_once("util.inc");
/* if run from a shell session, `-af' and the full path is needed */
mwexecf('/bin/pkill -af %s', '/usr/local/sbin/sshd');
mwexecf('/bin/pkill -af %s', '/usr/local/sbin/sshd', true);
$sshcfg = null;