Create "/run/sshd/" directory in the init script
This commit is contained in:
@@ -1,8 +1,4 @@
|
||||
#!/bin/sh
|
||||
|
||||
if [ ! -e /run/sshd/ ]; then
|
||||
mkdir /run/sshd/
|
||||
fi
|
||||
|
||||
exec 2>&1
|
||||
exec /usr/sbin/sshd -D
|
||||
|
||||
Reference in New Issue
Block a user