initscript # Please enter the commit message for your changes. Lines starting # with '#' will be ignored, and an empty message aborts the commit. # Explicit paths specified without -i nor -o; assuming --only paths... # On branch master # # Initial commit # # Changes to be committed: # (use "git rm --cached ..." to unstage) # # new file: add-ons/initscript # diff --git a/add-ons/initscript b/add-ons/initscript new file mode 100644 index 0000000..96fae5c --- /dev/null +++ b/add-ons/initscript @@ -0,0 +1,10 @@ +#!/bin/bash + +. $(dirname $0)/functions + +option watch standard_option / /dev/watchdog /proc/self/root /tmp/. + +option bin reserved_option /sbin/wdd +option cmdline reserved_option '$bin ${opt_watch}' + +load_config