From 8f608e18d9242df61bcd6014d3213f6d9671f039 Mon Sep 17 00:00:00 2001 From: SeokYeon Hwang Date: Fri, 22 Mar 2013 12:23:06 +0900 Subject: [PATCH] Bugfix: Fix sshd.service Change-Id: I2d9d673310f630ecf2f5037b04600fe0c34d0008 Signed-off-by: SeokYeon Hwang --- filesystem/usr/lib/systemd/system/sshd.service | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/filesystem/usr/lib/systemd/system/sshd.service b/filesystem/usr/lib/systemd/system/sshd.service index 09da55f..930a2e9 100644 --- a/filesystem/usr/lib/systemd/system/sshd.service +++ b/filesystem/usr/lib/systemd/system/sshd.service @@ -3,8 +3,8 @@ Description=OpenSSH Daemon After=network.target [Service] -ExecStart=/usr/sbin/sshd -D -ExecReload=/bin/kill -HUP $MAINPID +Type=forking +ExecStart=/etc/init.d/ssh start KillMode=process Restart=always -- 2.34.1