summaryrefslogtreecommitdiffstats
path: root/meta/recipes-connectivity/openssh/openssh-6.2p2/sshd@.service
diff options
context:
space:
mode:
authorMuhammad Shakeel <muhammad_shakeel@mentor.com>2013-09-04 11:04:59 +0000
committerRichard Purdie <richard.purdie@linuxfoundation.org>2013-09-10 23:15:15 +0100
commitc6d25fbd3f65c3744a4778d68cac3795a6fb2970 (patch)
treed3cbb0a460ae0c013e2b003d778940880530032c /meta/recipes-connectivity/openssh/openssh-6.2p2/sshd@.service
parent42742e39d416f917640b23553b5fef8cb669c676 (diff)
downloadast2050-yocto-poky-c6d25fbd3f65c3744a4778d68cac3795a6fb2970.zip
ast2050-yocto-poky-c6d25fbd3f65c3744a4778d68cac3795a6fb2970.tar.gz
openssh: Add systemd support
-Remove dependency on meta-systemd (From OE-Core rev: 6e6445d487c033913a29763f8e3a7a339d5b612d) Signed-off-by: Muhammad Shakeel <muhammad_shakeel@mentor.com> Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-connectivity/openssh/openssh-6.2p2/sshd@.service')
-rw-r--r--meta/recipes-connectivity/openssh/openssh-6.2p2/sshd@.service9
1 files changed, 9 insertions, 0 deletions
diff --git a/meta/recipes-connectivity/openssh/openssh-6.2p2/sshd@.service b/meta/recipes-connectivity/openssh/openssh-6.2p2/sshd@.service
new file mode 100644
index 0000000..64e009f
--- /dev/null
+++ b/meta/recipes-connectivity/openssh/openssh-6.2p2/sshd@.service
@@ -0,0 +1,9 @@
+[Unit]
+Description=OpenSSH Per-Connection Daemon
+After=sshdgenkeys.service
+
+[Service]
+ExecStart=-@SBINDIR@/sshd -i
+ExecReload=@BASE_BINDIR@/kill -HUP $MAINPID
+StandardInput=socket
+StandardError=syslog
OpenPOWER on IntegriCloud