diff --git a/CMakeLists.txt b/CMakeLists.txt index a84016a..706517b 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -42,7 +42,7 @@ if (CMAKE_VERSION VERSION_GREATER 3.22) endif() project (GoveeBTTempLogger - VERSION 2.20240117.0 + VERSION 2.20240131.0 DESCRIPTION "Listen and log Govee Thermometer Bluetooth Low Energy Advertisments" HOMEPAGE_URL https://github.com/wcbonner/GoveeBTTempLogger ) diff --git a/goveebttemplogger.service b/goveebttemplogger.service index 4046d62..f3e9945 100644 --- a/goveebttemplogger.service +++ b/goveebttemplogger.service @@ -9,7 +9,7 @@ StartLimitIntervalSec=33 [Service] Type=simple Restart=always -RestartSec=5 +RestartSec=30 ExecStartPre=/bin/mkdir --parents /var/log/goveebttemplogger ExecStartPre=/bin/mkdir --parents /var/www/html/goveebttemplogger ExecStartPre=/bin/mkdir --parents /var/cache/goveebttemplogger