add copyright and remove service file

This commit is contained in:
Xiang Li 2013-05-27 13:08:05 -07:00
parent 7d1988d415
commit 5bdfe8d169

View File

@ -1,5 +1,6 @@
#
# Copyright (c) 2011 The Chromium OS Authors. All rights reserved.
# Copyright (c) 2013 CoreOS, Inc.. All rights reserved.
# Distributed under the terms of the GNU General Public License v2
# $Header:$
#
@ -29,8 +30,6 @@ src_compile() {
}
src_install() {
dosbin ${S}/etcd-client
systemd_dounit "${FILESDIR}"/${PN}.service
systemd_enable_service multi-user.target ${PN}.service
dobin ${S}/etcd-client
}