Skip to content

Commit 36e3902

Browse files
committed
Add dep conf dstack-guest-agent.conf for docker
1 parent 4539d16 commit 36e3902

2 files changed

Lines changed: 5 additions & 1 deletion

File tree

meta-dstack/recipes-core/dstack-guest/dstack-guest.bb

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,5 +72,9 @@ do_install() {
7272
install -m 0644 ${S}/basefiles/app-compose.service ${D}${systemd_system_unitdir}
7373
install -m 0644 ${S}/basefiles/wg-checker.service ${D}${systemd_system_unitdir}
7474
install -m 0644 ${S}/basefiles/llmnr.conf ${D}${sysconfdir}/systemd/resolved.conf.d
75+
install -d ${D}${sysconfdir}/systemd/system/docker.service.d
76+
install -m 0644 ${S}/basefiles/docker.service.d/dstack-guest-agent.conf ${D}${sysconfdir}/systemd/system/docker.service.d/
7577
fi
7678
}
79+
80+
FILES:${PN} += "${sysconfdir}/systemd/system/docker.service.d/dstack-guest-agent.conf"

0 commit comments

Comments
 (0)