Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- LICENSE = "CLOSED"
- inherit systemd
- SYSTEMD_AUTO_ENABLE = "enable"
- SYSTEMD_SERVICE_${PN} = "nvmepart.service"
- SRC_URI:append = " file://nvmepart.service"
- do_install:append () {
- install -d ${D}${systemd_unitdir}/system
- install -m 0644 ${WORKDIR}/nvmepart.service ${D}/${systemd_unitdir}/system
- }
- FILES:${PN} = "${systemd_unitdir}/system/nvmepart.service"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement