Sign in
◑
Theme
gbmc
/
openbmc
/
7be5b1bd78a56ed6f98680e4b44fec2bc17fb1bf
/
.
/
upstream-layers
/
openembedded-core
/
meta-selftest
/
recipes-test
/
bbclasses
/
systemd-only.bb
blob: 6968247b08f0d5d418c68ed951996926ab8aa4f8 [
file
]
LICENSE
=
"MIT"
inherit allarch systemd
do_install
()
{
install
-
d $
{
D
}
$
{
systemd_system_unitdir
}
touch $
{
D
}
$
{
systemd_system_unitdir
}/
$
{
BPN
}.
service
}
SYSTEMD_SERVICE
:
$
{
PN
}
=
"${BPN}.service"
EXCLUDE_FROM_WORLD
=
"1"