diff --git a/recipes-tools/ssf-mgr/ssf-mgr/ssf-mgr.conf b/recipes-tools/ssf-mgr/ssf-mgr/ssf-mgr.conf index a6b4067..d20aba1 100644 --- a/recipes-tools/ssf-mgr/ssf-mgr/ssf-mgr.conf +++ b/recipes-tools/ssf-mgr/ssf-mgr/ssf-mgr.conf @@ -2,4 +2,5 @@ # for details run ssf-mgr --help MARK_SYS_STATE="-m" -LOGGER_CONFIG="--loglevel=6,evtloop.5,systemState.6,initSys.6,systemUp.6" +WATCHDOG_CONFIG="-w" +LOGGER_CONFIG="--loglevel=6,evtloop.5,systemState.6,initSys.6,brokerPinger.6,watchdogMgr.6" diff --git a/recipes-tools/ssf-mgr/ssf-mgr/ssf-mgr.service b/recipes-tools/ssf-mgr/ssf-mgr/ssf-mgr.service index 65a8947..c6ddf5f 100644 --- a/recipes-tools/ssf-mgr/ssf-mgr/ssf-mgr.service +++ b/recipes-tools/ssf-mgr/ssf-mgr/ssf-mgr.service @@ -5,7 +5,7 @@ Requires=syslog.service [Service] Type=forking EnvironmentFile=-/etc/default/ssf-mgr.conf -ExecStart=/usr/bin/ssf-mgr $MARK_SYS_STATE -d -p /run/ssf-mgr.pid $LOGGER_CONFIG +ExecStart=/usr/bin/ssf-mgr $MARK_SYS_STATE $WATCHDOG_CONFIG -d -p /run/ssf-mgr.pid $LOGGER_CONFIG [Install] WantedBy=multi-user.target