Files
infix/board/common/rootfs/etc/rc.local
T
2023-01-16 19:15:40 +01:00

9 lines
191 B
Bash

#!/bin/sh
# This file is run at the very end of runlevel S (bootstrap)
#
# Note: 1) not all initctl commands are allowed here
# 2) ensure the script calls `exit 0` at the end
#
exit 0