diff options
Diffstat (limited to 'data/example_new.conf')
-rw-r--r-- | data/example_new.conf | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/data/example_new.conf b/data/example_new.conf index 5387e54b8..86b79d4a4 100644 --- a/data/example_new.conf +++ b/data/example_new.conf @@ -948,4 +948,10 @@ defcon * This directive is required only when globalondefconmore is set. */ #message = "Put your message to send your users here. Dont forget to uncomment globalondefconmore" + + /* + * Defines the message that will be sent when DefCon is returned to level 5. This directive is optional, + * and will also override globalondefcon and globalondefconmore when set. + */ + #offmessage = "Services are now back to normal, sorry for any inconvenience" } |