Sample event scheduler entry
This commit is contained in:
parent
df82868ddf
commit
5ea6f5e1f8
|
@ -331,7 +331,7 @@
|
||||||
// ]
|
// ]
|
||||||
//
|
//
|
||||||
//
|
//
|
||||||
// Set default group(s) new users should automatically be assigned to
|
// Set default group(s) new users should automatically be assigned to:
|
||||||
// defaultGroups : [
|
// defaultGroups : [
|
||||||
// "lamerz"
|
// "lamerz"
|
||||||
// ]
|
// ]
|
||||||
|
@ -379,6 +379,25 @@
|
||||||
//
|
//
|
||||||
}
|
}
|
||||||
|
|
||||||
|
//
|
||||||
|
// Use the Event Scheduler to set up arbitrary scheduled events
|
||||||
|
// using Later style syntax and/or @watch files.
|
||||||
|
// See docs/event-scheduler.md for more information.
|
||||||
|
//
|
||||||
|
eventScheduler: {
|
||||||
|
events: {
|
||||||
|
// Example:
|
||||||
|
//
|
||||||
|
// sampleEvent: {
|
||||||
|
// schedule: every 2 hours
|
||||||
|
// action: @execute:/path/to/some/script.sh
|
||||||
|
// args: [
|
||||||
|
// "--foo", "--bar"
|
||||||
|
// ]
|
||||||
|
// }
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
statLog: {
|
statLog: {
|
||||||
systemEvents: {
|
systemEvents: {
|
||||||
// Max login history event records kept. -1 = unlimited
|
// Max login history event records kept. -1 = unlimited
|
||||||
|
|
Loading…
Reference in New Issue