Skip to content

Commit 7e2feb1

Browse files
author
Darren Gipson
committed
update reference file to include other schedule options
1 parent f85db66 commit 7e2feb1

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

REFERENCE.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ A trigger can contain the following keys:
7676

7777
* For all triggers:
7878
* `schedule` **(Required)** --- What kind of trigger this is.
79-
Valid values are `daily`, `weekly`, `monthly`, or `once`. Each kind
79+
Valid values are `daily`, `weekly`, `monthly`, `once`, `boot`, `logon`. Each kind
8080
of trigger is configured with a different set of keys; see the
8181
sections below. (`once` triggers only need a start time/date.)
8282
* `start_time` **(Required)** --- The time of day when the trigger should
@@ -124,6 +124,8 @@ A trigger can contain the following keys:
124124
* Domain User: `"MyDomain\\MyUser"`
125125
* SID: `"S-15-..."`
126126
* Any User: `''` or `undef`
127+
* For `boot` triggers:
128+
* Only the options in the all triggers section can be provided to `boot` triggers.
127129

128130
Examples:
129131

0 commit comments

Comments
 (0)