We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a20a365 commit 77e50c8Copy full SHA for 77e50c8
board/system/rootfs/etc/rc.local
@@ -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