Correct another issue in the systemd instructions
As noted in issue #67.
This commit is contained in:
parent
7c46577743
commit
36f7b169a0
1 changed files with 1 additions and 1 deletions
|
@ -182,7 +182,7 @@ cd starlink-grpc-tools
|
||||||
python3 -m venv venv
|
python3 -m venv venv
|
||||||
source venv/bin/activate.sh
|
source venv/bin/activate.sh
|
||||||
pip3 install -r requirements.txt
|
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 <your favorite editor> /etc/systemd/system/starlink-influx2.service
|
sudo <your favorite editor> /etc/systemd/system/starlink-influx2.service
|
||||||
# Set influx url, token, bucket and org
|
# Set influx url, token, bucket and org
|
||||||
sudo systemctl enable starlink-influx2
|
sudo systemctl enable starlink-influx2
|
||||||
|
|
Loading…
Reference in a new issue