mirror of
https://github.com/flatcar/scripts.git
synced 2025-08-22 06:51:26 +02:00
Merge pull request #1409 from marineam/rkt
rkt: enable gc timer and metadata socket
This commit is contained in:
commit
597a350875
@ -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
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user