diff options
Diffstat (limited to 'install/sleep')
-rw-r--r-- | install/sleep | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/install/sleep b/install/sleep new file mode 100644 index 0000000..f7f82bd --- /dev/null +++ b/install/sleep @@ -0,0 +1,19 @@ +# vim:set ft=sh: + +install () +{ + MODULES="" + BINARIES="" + FILES="" + SCRIPT="sleep" +} + +help () +{ +cat <<HELPEOF + This hook causes the init process to interrupt + for a fixed time interval. The time in seconds + can be specified in the sleeptime= command line + parameter. The default is 5 seconds. +HELPEOF +} |