Skip to content

Commit 8b1749e

Browse files
committed
[MQTT] ensure that a changed systemd configuration is picked up
1 parent 1a981cd commit 8b1749e

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1717
- **Breaking** The default refresh rate while the car is inactive has been changed to 24 hours
1818
- support configuring `refresh/mode`, `refresh/period/active`, `refresh/period/inActive` and `refresh/period/inActiveGrace` via MQTT
1919
- Handle fallback for SOC when charge status update fails
20+
- ensure that a changed systemd configuration is picked up
2021
- API
2122
- Handle fallback for SOC when charge status update fails
2223

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
#!/bin/sh
2+
3+
# ensure that a changed systemd configuration is picked up
4+
systemctl daemon-reload || true

0 commit comments

Comments
 (0)