No sshd as of the latest update
Ralf Mardorf
kde.lists at yahoo.com
Thu May 21 07:56:41 UTC 2015
PS:
Perhaps generating a log file doesn't harm.
#!/usr/bin/sh
# Create the PrivSep empty dir if necessary
if [ ! -d /var/run/sshd ]; then
mkdir /var/run/sshd
echo $? > /var/log/sshd.privsep.log
chmod 0755 /var/run/sshd
echo $? > /var/log/sshd.privsep.log
fi
exit
The unit might need Wants=, Requires=, After= or what ever else
entries, to ensure that the directory is created, before sshd is
started.
More information about the kubuntu-users
mailing list