diff --git a/board/system/rootfs/etc/rc.local b/board/system/rootfs/etc/rc.local new file mode 100755 index 0000000..1d80771 --- /dev/null +++ b/board/system/rootfs/etc/rc.local @@ -0,0 +1,8 @@ +#!/bin/sh +# This script is executed after all other services have started, +# but before any login prompt. Ensure the script calls 'exit 0' +# on success. +# +# Override this with a file mount or volume in your container. + +exit 0