From f7a49298a4bfc1c92f57bee86445b6e3f4bf433b Mon Sep 17 00:00:00 2001 From: Cyberes Date: Tue, 3 Sep 2024 15:43:02 -0600 Subject: [PATCH] update service --- ha-location-export.service | 1 + 1 file changed, 1 insertion(+) diff --git a/ha-location-export.service b/ha-location-export.service index 49deba6..ce6375a 100644 --- a/ha-location-export.service +++ b/ha-location-export.service @@ -6,6 +6,7 @@ After=network.target Type=simple User=homeassistant ExecStart=/srv/ha-location-exporter/venv/bin/python /srv/ha-location-exporter/main.py +SyslogIdentifier=ha-location-exporter Restart=on-failure RestartSec=5s