mirror of
https://github.com/flatcar/scripts.git
synced 2025-10-03 19:42:15 +02:00
Merge pull request #167 from marineam/dockerfix
fix(app-emulation/docker): Re-add inherit systemd, dropped by mistake.
This commit is contained in:
commit
abeaa3761e
@ -3,6 +3,8 @@
|
|||||||
|
|
||||||
EAPI=5
|
EAPI=5
|
||||||
|
|
||||||
|
inherit systemd
|
||||||
|
|
||||||
DESCRIPTION="Docker container management"
|
DESCRIPTION="Docker container management"
|
||||||
HOMEPAGE="http://docker.io"
|
HOMEPAGE="http://docker.io"
|
||||||
SRC_URI="https://github.com/dotcloud/docker/archive/v${PV}.tar.gz -> ${P}.tar.gz"
|
SRC_URI="https://github.com/dotcloud/docker/archive/v${PV}.tar.gz -> ${P}.tar.gz"
|
||||||
@ -26,6 +28,6 @@ src_install() {
|
|||||||
dobin ${S}/bin/${PN}
|
dobin ${S}/bin/${PN}
|
||||||
keepdir /var/lib/${PN}/graph
|
keepdir /var/lib/${PN}/graph
|
||||||
keepdir /var/lib/${PN}/containers
|
keepdir /var/lib/${PN}/containers
|
||||||
systemd_dounit "${FILESDIR}"/${PN}.service
|
systemd_dounit "${FILESDIR}"/${PN}.service || die
|
||||||
systemd_enable_service multi-user.target ${PN}.service
|
systemd_enable_service multi-user.target ${PN}.service || die
|
||||||
}
|
}
|
Loading…
x
Reference in New Issue
Block a user