systemd-compat-units: enable networking service

Signed-off-by: Babak Sarashki <Babak.SarAshki@windriver.com>
This commit is contained in:
Babak Sarashki 2020-07-13 08:16:49 -07:00 committed by Babak Sarashki
parent e6d8935501
commit 115b996384

@ -0,0 +1,6 @@
SYSTEMD_DISABLED_SYSV_SERVICES_remove += " networking"
pkg_postinst_ontarget_${PN}() {
systemctl enable networking.service
}