aboutsummaryrefslogtreecommitdiffstats
path: root/meta-systemd/oe-core/recipes-connectivity/portmap/portmap_6.0.bbappend
blob: c0276a391bf3f592eb4e0e06a7ceffa5daa7625b (plain)
1
2
3
4
5
6
7
8
9
10
11
FILESEXTRAPATHS := "${THISDIR}/${PN}"

PRINC := "${@int(PRINC) + 1}"

inherit systemd

SYSTEMD_PACKAGES = "${PN}-systemd"
SYSTEMD_SERVICE = "portmap.service"
SYSTEMD_AUTO_ENABLE = "disable"

SRC_URI_append = " file://portmap.service"