summaryrefslogtreecommitdiffstats
path: root/meta/recipes-connectivity/openssh/openssh-6.4p1/sshdgenkeys.service
diff options
context:
space:
mode:
authorChen Qi <Qi.Chen@windriver.com>2014-01-16 22:03:22 -0500
committerRichard Purdie <richard.purdie@linuxfoundation.org>2014-01-28 00:52:31 +0000
commitdbfcfbfeb28a3257c629e6ebaf3399da4b7aa087 (patch)
treee649f2354d5b688a6b21f013c9020478d80fc95d /meta/recipes-connectivity/openssh/openssh-6.4p1/sshdgenkeys.service
parentab2e677df0a95dc52b32401fa77f63710f346c54 (diff)
downloadpoky-dbfcfbfeb28a3257c629e6ebaf3399da4b7aa087.tar.gz
openssh: fixes for systemd
This patch contains a few fixes for the systemd unit files of openssh. The fixes use the same unit files in Fedora 20 as a reference. 1) Remove sshdgenkeys.service and sshd@.service from SYSTEMD_SERVICE. 2) Fix the dependency and logic of sshdgenkeys.service. (From OE-Core rev: 4379e6f3096c893db5fa6a0b4569a0440e4494fe) Signed-off-by: Chen Qi <Qi.Chen@windriver.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.4p1/sshdgenkeys.service')
-rw-r--r--meta/recipes-connectivity/openssh/openssh-6.4p1/sshdgenkeys.service8
1 files changed, 4 insertions, 4 deletions
diff --git a/meta/recipes-connectivity/openssh/openssh-6.4p1/sshdgenkeys.service b/meta/recipes-connectivity/openssh/openssh-6.4p1/sshdgenkeys.service
index 2fd8a9aaf2..c21d70baf0 100644
--- a/meta/recipes-connectivity/openssh/openssh-6.4p1/sshdgenkeys.service
+++ b/meta/recipes-connectivity/openssh/openssh-6.4p1/sshdgenkeys.service
@@ -1,10 +1,10 @@
1[Unit] 1[Unit]
2Description=SSH Key Generation 2Description=OpenSSH Key Generation
3ConditionPathExists=|!/etc/ssh/ssh_host_rsa_key
4ConditionPathExists=|!/etc/ssh/ssh_host_dsa_key
5ConditionPathExists=|!/etc/ssh/ssh_host_ecdsa_key
3 6
4[Service] 7[Service]
5ExecStart=@BINDIR@/ssh-keygen -A 8ExecStart=@BINDIR@/ssh-keygen -A
6Type=oneshot 9Type=oneshot
7RemainAfterExit=yes 10RemainAfterExit=yes
8
9[Install]
10WantedBy=multi-user.target