blob: cc350834a902855a91d26927f41a8651f40d3a21 [file] [log] [blame]
# Copyright (c) 2012 The Chromium OS Authors. All rights reserved.
# Distributed under the terms of the GNU General Public License v2
EAPI="4"
DESCRIPTION="Install the upstart job that launches the openssh-server."
HOMEPAGE="http://www.chromium.org/"
LICENSE="BSD-Google"
SLOT="0"
KEYWORDS="*"
# depend on platform2 because openssh-server waits for shill to be started to
# start.
RDEPEND="
chromeos-base/platform2
"
S=${WORKDIR}
src_install() {
insinto /etc/init
doins "${FILESDIR}"/init/*.conf
}