small changes on systemd unit
This commit is contained in:
parent
f303f28209
commit
5d47274cdc
1 changed files with 2 additions and 2 deletions
|
@ -5,5 +5,5 @@ After=network.target
|
||||||
[Service]
|
[Service]
|
||||||
Type=simple
|
Type=simple
|
||||||
WorkingDirectory=/opt/starlink-grpc-tools/
|
WorkingDirectory=/opt/starlink-grpc-tools/
|
||||||
Environment=INFLUXDB_URL=localhost:8086 INFLUXDB_TOKEN=<changeme> INFLUXDB_Bucket=<changeme> INFLUXDB_ORG=<changeme> INFLUXDB_SSL=false
|
Environment=INFLUXDB_URL=http://localhost:8086 INFLUXDB_TOKEN=<changeme> INFLUXDB_Bucket=<changeme> INFLUXDB_ORG=<changeme> INFLUXDB_SSL=false
|
||||||
ExecStart=python3 dish_grpc_influx2.py -B starlink -t status alert_detail
|
ExecStart=/opt/starlink-grpc-tools/venv/python3 dish_grpc_influx2.py -B starlink -t 10 status alert_detail
|
Loading…
Reference in a new issue