Commit 1e56d0775adf2a7214618ea46f2d5f12e129a49b

Authored by Adhidarma Hadiwinoto
1 parent 22b2e217b4
Exists in master

config,smstools_errorsleeptime

Showing 1 changed file with 1 additions and 0 deletions Side-by-side Diff

lib/smstools-config/creator.js
... ... @@ -41,6 +41,7 @@ module.exports = () => {
41 41 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 +errorsleeptime = ${config.smstools_errorsleeptime || 10}
44 45 smart_logging = yes
45 46 autosplit = ${(config.smstools_autosplit !== undefined && config.smstools_autosplit !== null) ? config.smstools_autosplit : 1}
46 47 user = ${smstoolsConfig.user || 'smstools'}