summaryrefslogtreecommitdiffstats
path: root/recipes-graphics/wayland/weston-init/tmpfiles.conf.in
blob: c4b302fafce854eeb651870c736cce8d38c362a9 (plain)
1
2
3
4
5
6
# This file is distributed to create weston XDG_RUNTIME_DIR (/run/deamon/@WESTONUSER@)
#
# See tmpfiles.d(5) for details

d /run/platform/ 0775 root root -
d /run/platform/@WESTONUSER@ 0770 @WESTONUSER@ @WESTONGROUP@ -
> = "\ file://unicens-config.service \ file://unicens-config.sh \ " inherit systemd SYSTEMD_PACKAGES = "${PN}" SYSTEMD_SERVICE_${PN} = "unicens-config.service" SYSTEMD_AUTO_ENABLE_${PN} = "enable" do_configure () { } do_compile() { } do_install() { install -d ${D}${systemd_system_unitdir} install -m 0755 ${WORKDIR}/unicens-config.service ${D}${systemd_system_unitdir} install -d ${D}${bindir} install -m 0755 ${WORKDIR}/unicens-config.sh ${D}${bindir} } FILES_${PN} += "${systemd_system_unitdir}"