From: Michael Prokop Date: Fri, 1 Dec 2017 09:51:47 +0000 (+0100) Subject: ssh service: set RuntimeDirectory=sshd to work with recent openssh versions X-Git-Tag: v0.31.1~1 X-Git-Url: http://git.grml.org/?p=grml-live.git;a=commitdiff_plain;h=e23b03b9c091c46115fdfb87810e2418c7039c76;hp=e23b03b9c091c46115fdfb87810e2418c7039c76 ssh service: set RuntimeDirectory=sshd to work with recent openssh versions We need to set RuntimeDirectory=sshd, otherwise /run/sshd doesn't exist and service startup fails with: | grml sshd[1845]: Missing privilege separation directory: /run/sshd While at it sync our ssh service file with Debian's openssh package 1:7.6p1-2 and drop the unused ssh-bootoption.service file (we currently start ssh service via grml-autoconfig). Also see https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=864190 Closes grml/grml#80 Thanks: sl0n for bugreport Thanks: Darshaka Pathirana for feedback ---