Startup script for simple logging

This commit is contained in:
Julian Oes
2013-11-04 14:05:52 +01:00
parent 8d2950561d
commit 05ec96b0f7
2 changed files with 66 additions and 0 deletions

View File

@@ -345,6 +345,12 @@ then
set MODE custom
fi
if param compare SYS_AUTOSTART 800
then
sh /etc/init.d/800_sdlogger
set MODE custom
fi
# Start any custom extensions that might be missing
if [ -f /fs/microsd/etc/rc.local ]
then