From: SeokYeon Hwang Date: Fri, 22 Mar 2013 03:23:06 +0000 (+0900) Subject: Bugfix: Fix sshd.service X-Git-Tag: submit/tizen_common/20140529.181337~11^2~17 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=8f608e18d9242df61bcd6014d3213f6d9671f039;p=platform%2Fadaptation%2Femulator%2Fsystem-plugin-emulator.git Bugfix: Fix sshd.service Change-Id: I2d9d673310f630ecf2f5037b04600fe0c34d0008 Signed-off-by: SeokYeon Hwang --- 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