Commit be0208db48a87ac41fba50a6ffcfdbd17dbf1c0d
1 parent
1e56d0775a
Exists in
master
blocktime and blockafter
Showing 1 changed file with 2 additions and 0 deletions Side-by-side Diff
lib/smstools-config/creator.js
... | ... | @@ -42,6 +42,8 @@ devices = ${orderBy(modemNames()).join(',')} |
42 | 42 | logfile = ${config.smstools_logfile || config.smstools_log_file || '/var/log/smsd/smsd.log'} |
43 | 43 | loglevel = ${smstoolsConfig.loglevel || 5} |
44 | 44 | errorsleeptime = ${config.smstools_errorsleeptime || 10} |
45 | +blockafter = ${config.smstools_blockafter || 3} | |
46 | +blocktime = ${config.smstools.blocktime || 3600} | |
45 | 47 | smart_logging = yes |
46 | 48 | autosplit = ${(config.smstools_autosplit !== undefined && config.smstools_autosplit !== null) ? config.smstools_autosplit : 1} |
47 | 49 | user = ${smstoolsConfig.user || 'smstools'} |