rkt: enable gc timer and metadata socket

This commit is contained in:
Michael Marineau 2015-07-28 13:21:29 -07:00
parent 78736f2e9a
commit 7c7962b937
2 changed files with 2 additions and 0 deletions

View File

@ -102,6 +102,8 @@ src_install() {
systemd_dounit "${FILESDIR}"/${PN}-gc.service
systemd_dounit "${FILESDIR}"/${PN}-gc.timer
systemd_enable_service multi-user.target ${PN}-gc.timer
systemd_dounit "${S}"/dist/init/systemd/${PN}-metadata.service
systemd_dounit "${S}"/dist/init/systemd/${PN}-metadata.socket
systemd_enable_service sockets.target ${PN}-metadata.socket
}