Skip to content

Commit

Permalink
Stopping wrong service
Browse files Browse the repository at this point in the history
  • Loading branch information
SirGoodenough committed Jan 15, 2022
1 parent 64037f4 commit 606bf27
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions load-service.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/bin/sh

echo "Stopping ThermoPI"
sudo systemctl stop ThermoPI.service
echo "Stopping ThermoPI-Furnace"
sudo systemctl stop thermoPIFurnace.service

echo "Copy file over"
sudo cp /opt/ThermoPI-Furnace/thermoPIFurnace.service /lib/systemd/system/thermoPIFurnace.service
Expand Down

0 comments on commit 606bf27

Please sign in to comment.