diff options
Diffstat (limited to 'data/example.conf')
-rw-r--r-- | data/example.conf | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/data/example.conf b/data/example.conf index f4b0460ab..76f15720b 100644 --- a/data/example.conf +++ b/data/example.conf @@ -499,7 +499,12 @@ options * If set, Services will start logging to the log channel immediatly on startup. * This directive is optional, and has no effect if logchannel is not defined. */ - #enablelogchannel = yes + #enablelogchannel = yes + + /* + * Default modes for mode lock, these are set on newly registered channels. + */ + mlock = "+nrt" } |