Skip to content

Commit

Permalink
remove default --download from service until bookworm changes are und…
Browse files Browse the repository at this point in the history
…erstood

	modified:   CMakeLists.txt
	modified:   goveebttemplogger.service
  • Loading branch information
wcbonner committed Feb 8, 2024
1 parent 5a4e21d commit fe68caa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ if (POLICY CMP0115)
endif()

project (GoveeBTTempLogger
VERSION 2.20240203.1
VERSION 2.20240208.0
DESCRIPTION "Listen and log Govee Thermometer Bluetooth Low Energy Advertisments"
HOMEPAGE_URL https://github.com/wcbonner/GoveeBTTempLogger
)
Expand Down
3 changes: 1 addition & 2 deletions goveebttemplogger.service
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,7 @@ ExecStart=/usr/local/bin/goveebttemplogger \
--log /var/log/goveebttemplogger \
--time 60 \
--svg /var/www/html/goveebttemplogger --battery 8 --minmax 8 \
--cache /var/cache/goveebttemplogger \
--download
--cache /var/cache/goveebttemplogger
KillSignal=SIGINT

[Install]
Expand Down

0 comments on commit fe68caa

Please sign in to comment.