mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-05-08 17:39:24 +00:00
openvpn: ensure ${sysconfdir}/tmpfiles.d is packaged
The file was installed but never packaged, ending up in no systemd-tmpfiles configuration on the final rootfs. Signed-off-by: Andrea Galbusera <gizero@gmail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Joe MacDonald <joe_macdonald@mentor.com>
This commit is contained in:
committed by
Joe MacDonald
parent
a6e6115c89
commit
ccaf0a99d8
@@ -61,6 +61,7 @@ RRECOMMENDS_${PN} = "kernel-module-tun"
|
||||
|
||||
FILES_${PN}-dbg += "${libdir}/openvpn/plugins/.debug"
|
||||
FILES_${PN} += "${systemd_unitdir}/system/openvpn@.service \
|
||||
${sysconfdir}/tmpfiles.d \
|
||||
/run"
|
||||
FILES_${PN}-sample += "${systemd_unitdir}/system/openvpn@loopback-server.service \
|
||||
${systemd_unitdir}/system/openvpn@loopback-client.service \
|
||||
|
||||
Reference in New Issue
Block a user