ssh service: set RuntimeDirectory=sshd to work with recent openssh versions
[grml-live.git] / etc / grml / fai / config / files / etc / systemd / system / ssh-bootoption.service / GRMLBASE
diff --git a/etc/grml/fai/config/files/etc/systemd/system/ssh-bootoption.service/GRMLBASE b/etc/grml/fai/config/files/etc/systemd/system/ssh-bootoption.service/GRMLBASE
deleted file mode 100644 (file)
index 797f394..0000000
+++ /dev/null
@@ -1,17 +0,0 @@
-# This file was deployed via grml-live.
-
-[Unit]
-Description=OpenBSD Secure Shell server
-After=network.target auditd.service
-ConditionKernelCommandLine=ssh
-ConditionPathExists=!/etc/ssh/sshd_not_to_be_run
-
-[Service]
-EnvironmentFile=-/etc/default/ssh
-ExecStart=/usr/sbin/sshd -D $SSHD_OPTS
-ExecReload=/bin/kill -HUP $MAINPID
-KillMode=process
-Restart=on-failure
-
-[Install]
-WantedBy=grml-boot.target