aboutsummaryrefslogtreecommitdiffstats
path: root/recipes-connectivity/openssh/openssh-5.9p1/sshd.service
diff options
context:
space:
mode:
Diffstat (limited to 'recipes-connectivity/openssh/openssh-5.9p1/sshd.service')
-rwxr-xr-x[-rw-r--r--]recipes-connectivity/openssh/openssh-5.9p1/sshd.service32
1 files changed, 16 insertions, 16 deletions
diff --git a/recipes-connectivity/openssh/openssh-5.9p1/sshd.service b/recipes-connectivity/openssh/openssh-5.9p1/sshd.service
index 1f1ca08..3efa9ee 100644..100755
--- a/recipes-connectivity/openssh/openssh-5.9p1/sshd.service
+++ b/recipes-connectivity/openssh/openssh-5.9p1/sshd.service
@@ -1,16 +1,16 @@
-[Unit]
-Description=SSH Secure Shell Service
-After=connman.service
-Requires=connman.service
-
-[Service]
-ExecStartPre=/lib/systemd/scripts/sshdgenkeys
-ExecStart=/usr/sbin/sshd -D
-
-[Install]
-WantedBy=multi-user.target
-
-# Note that this is the service file for running a single SSH server for all
-# incoming connections, suitable only for systems with a large amount of SSH
-# traffic. In almost all other cases it is a better idea to use sshd.socket +
-# sshd@.service.
+[Unit]
+Description=SSH Secure Shell Service
+After=connman.service
+Requires=connman.service
+
+[Service]
+ExecStartPre=/lib/systemd/scripts/sshdgenkeys
+ExecStart=/usr/sbin/sshd -D
+
+[Install]
+WantedBy=multi-user.target
+
+# Note that this is the service file for running a single SSH server for all
+# incoming connections, suitable only for systems with a large amount of SSH
+# traffic. In almost all other cases it is a better idea to use sshd.socket +
+# sshd@.service.