Skip to content

Commit

Permalink
Increase systemd unit value RestartSec=30
Browse files Browse the repository at this point in the history
	modified:   CMakeLists.txt
	modified:   goveebttemplogger.service
  • Loading branch information
wcbonner committed Jan 31, 2024
1 parent 49e248f commit fb54aef
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
)
Expand Down
2 changes: 1 addition & 1 deletion goveebttemplogger.service
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit fb54aef

Please sign in to comment.