From 5d47274cdc9a946134665f5375b898c7c4578154 Mon Sep 17 00:00:00 2001 From: Peter Hasse Date: Wed, 24 Nov 2021 18:14:51 +0100 Subject: [PATCH] small changes on systemd unit --- systemd/starlink-influx2.service | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/systemd/starlink-influx2.service b/systemd/starlink-influx2.service index 4ac6e01..48bc02e 100644 --- a/systemd/starlink-influx2.service +++ b/systemd/starlink-influx2.service @@ -5,5 +5,5 @@ After=network.target [Service] Type=simple WorkingDirectory=/opt/starlink-grpc-tools/ -Environment=INFLUXDB_URL=localhost:8086 INFLUXDB_TOKEN= INFLUXDB_Bucket= INFLUXDB_ORG= INFLUXDB_SSL=false -ExecStart=python3 dish_grpc_influx2.py -B starlink -t status alert_detail +Environment=INFLUXDB_URL=http://localhost:8086 INFLUXDB_TOKEN= INFLUXDB_Bucket= INFLUXDB_ORG= INFLUXDB_SSL=false +ExecStart=/opt/starlink-grpc-tools/venv/python3 dish_grpc_influx2.py -B starlink -t 10 status alert_detail \ No newline at end of file