GRMLBASE/93-update-usbids: test for new update-usbids location in /usr/sbin
[grml-live.git] / etc / grml / fai / config / files / etc / systemd / system / ssh-bootoption.service / GRMLBASE
1 # This file was deployed via grml-live.
2
3 [Unit]
4 Description=OpenBSD Secure Shell server
5 After=network.target auditd.service
6 ConditionKernelCommandLine=ssh
7 ConditionPathExists=!/etc/ssh/sshd_not_to_be_run
8
9 [Service]
10 EnvironmentFile=-/etc/default/ssh
11 ExecStart=/usr/sbin/sshd -D $SSHD_OPTS
12 ExecReload=/bin/kill -HUP $MAINPID
13 KillMode=process
14 Restart=on-failure
15
16 [Install]
17 WantedBy=grml-boot.target