modified service script and fixed merge conflict

This commit is contained in:
2021-01-07 15:00:00 +01:00
3 changed files with 6 additions and 9 deletions

View File

@@ -1,6 +1,6 @@
sudo cp lamatrix.service /lib/systemd/system
sudo chmod 644 /lib/systemd/system/lamatrix.service
chmod +x /home/pi/hello_world.py
chmod +x ../main.py
sudo systemctl daemon-reload
sudo systemctl enable lamatrix.service
sudo systemctl start lamatrix.service