Browse Source
The sshd flag `-e` instructs sshd to output any logs to stderr instead of the syslog. Redirect this output to stdout then. Signed-off-by: Jakob Ackermann <das7pad@outlook.com>tags/v1.9.0-rc1
4 changed files with 1 additions and 10 deletions
@ -1,6 +0,0 @@
|
||||
#!/bin/bash |
||||
[[ -f ./setup ]] && source ./setup |
||||
|
||||
pushd /root > /dev/null |
||||
exec su-exec root /sbin/syslogd -nS -O- |
||||
popd |
Loading…
Reference in new issue