various bugfixes, watchdog working now

This commit is contained in:
2021-07-29 17:21:27 +02:00
parent ff86c8af73
commit dba620baf2
6 changed files with 40 additions and 12 deletions

View File

@ -10,7 +10,7 @@
namespace watchdog {
static constexpr int TIMEOUT_MS = 10 * 1000;
static constexpr int TIMEOUT_MS = 5 * 1000;
const std::string FIFO_NAME = "/tmp/watchdog-pipe";
const std::string RUNNING_FILE_NAME = "/tmp/obsw-running";