diff --git a/systemd/starlink-influx2.service b/systemd/starlink-influx2.service index 76961e2..52ee1df 100644 --- a/systemd/starlink-influx2.service +++ b/systemd/starlink-influx2.service @@ -5,8 +5,8 @@ After=network.target [Service] Type=simple WorkingDirectory=/opt/starlink-grpc-tools/ -Environment=INFLUXDB_URL=http://localhost:8086 INFLUXDB_TOKEN= INFLUXDB_Bucket= INFLUXDB_ORG= INFLUXDB_SSL=false +Environment=INFLUXDB_URL=http://localhost:8086 INFLUXDB_TOKEN= INFLUXDB_Bucket= INFLUXDB_ORG= ExecStart=/opt/starlink-grpc-tools/venv/bin/python3 dish_grpc_influx2.py -t 10 status alert_detail [Install] -WantedBy=multi-user.target \ No newline at end of file +WantedBy=multi-user.target