Skip to content

Commit 77e50c8

Browse files
committed
system: add example /etc/rc.local
Fix #16 Signed-off-by: Joachim Wiberg <troglobit@gmail.com>
1 parent a20a365 commit 77e50c8

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

board/system/rootfs/etc/rc.local

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
#!/bin/sh
2+
# This script is executed after all other services have started,
3+
# but before any login prompt. Ensure the script calls 'exit 0'
4+
# on success.
5+
#
6+
# Override this with a file mount or volume in your container.
7+
8+
exit 0

0 commit comments

Comments
 (0)