浏览代码

timer modparam must be named

Miklos Tirpak 18 年之前
父节点
当前提交
64f1dd581a
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      etc/ser-oob.cfg

+ 1 - 1
etc/ser-oob.cfg

@@ -362,7 +362,7 @@ modparam("exec", "time_to_kill", 200);
 modparam("exec", "setvars", 0);
 
 # -- timer module
-modparam("timer", "declare_timer", "ON_1MIN_TIMER,60000,slow,enable");
+modparam("timer", "declare_timer", "ON_1MIN_TIMER=ON_1MIN_TIMER,60000,slow,enable");
 
 # -------------------------  request routing logic -------------------