firmware/bsp/default/root_file_system/etc/rc.local.tpl
Tim Niemeyer 484c7d7bdd bsp/default: remove obsolete qos
qos is now done by fff-web via simple-tc.

Signed-off-by: Tim Niemeyer <tim@tn-x.org>
Reviewed-by: Tobias Klaus <tk+ff@meskal.net>
2016-06-11 14:10:41 +02:00

13 lines
301 B
Smarty
Executable File

#!/bin/sh
# Put your custom commands here that should be executed once
# the system init finished. By default this file does nothing.
/usr/sbin/configurenetwork
# Starting NTP-Client Daemon after 30s to ensure that the interface is up
( sleep 30 ; ntpd -p ${NTPD_IP} ) &
touch /tmp/started
exit 0