Bugfix: Fix sshd.service
authorSeokYeon Hwang <syeon.hwang@samsung.com>
Fri, 22 Mar 2013 03:23:06 +0000 (12:23 +0900)
committerSeokYeon Hwang <syeon.hwang@samsung.com>
Fri, 22 Mar 2013 03:23:06 +0000 (12:23 +0900)
Change-Id: I2d9d673310f630ecf2f5037b04600fe0c34d0008
Signed-off-by: SeokYeon Hwang <syeon.hwang@samsung.com>
filesystem/usr/lib/systemd/system/sshd.service

index 09da55f..930a2e9 100644 (file)
@@ -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