# 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
