From 36f7b169a09bcf77aed4d3cd618e2c5df64a974f Mon Sep 17 00:00:00 2001 From: sparky8512 <76499194+sparky8512@users.noreply.github.com> Date: Thu, 10 Nov 2022 12:58:06 -0800 Subject: [PATCH] Correct another issue in the systemd instructions As noted in issue #67. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 12aa753..a24723e 100644 --- a/README.md +++ b/README.md @@ -182,7 +182,7 @@ cd starlink-grpc-tools python3 -m venv venv source venv/bin/activate.sh pip3 install -r requirements.txt -sudo cp systemd/starlink-influx2.service /etc/systemd/starlink-influx2.service +sudo cp systemd/starlink-influx2.service /etc/systemd/system/starlink-influx2.service sudo /etc/systemd/system/starlink-influx2.service # Set influx url, token, bucket and org sudo systemctl enable starlink-influx2