This commit is contained in:
Thomas McKahan 2019-03-04 00:38:43 -05:00
commit 53cb8c9a32

View file

@ -64,6 +64,6 @@ family_tweaks_s()
### Ethernet tweaks ### Ethernet tweaks
# copy and enable helios4-wol.service # copy and enable helios4-wol.service
cp $SRC/packages/bsp/helios4/helios4-wol.service $SDCARD/usr/lib/systemd/system/ cp $SRC/packages/bsp/helios4/helios4-wol.service $SDCARD/lib/systemd/system/
chroot $SDCARD /bin/bash -c "systemctl --no-reload enable helios4-wol.service >/dev/null 2>&1" chroot $SDCARD /bin/bash -c "systemctl --no-reload enable helios4-wol.service >/dev/null 2>&1"
} }