diff options
Diffstat (limited to 'init/readme.txt')
| -rw-r--r-- | init/readme.txt | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/init/readme.txt b/init/readme.txt index df524a6d..fe0d15d0 100644 --- a/init/readme.txt +++ b/init/readme.txt @@ -207,6 +207,11 @@ trigger <event> Trigger an event. Used to queue an action from another action. +wait <path> [ <timeout> ] + Poll for the existence of the given file and return when found, + or the timeout has been reached. If timeout is not specified it + currently defaults to five seconds. + write <path> <string> [ <string> ]* Open the file at <path> and write one or more strings to it with write(2) |
