This works

This commit is contained in:
2022-04-07 11:12:51 -04:00
parent 213e9e1b0f
commit 12d87af633
5 changed files with 18 additions and 6 deletions

View File

@@ -2,5 +2,7 @@
install:
sudo cp qsstv.service /etc/systemd/system/qsstv.service
sudo cp robotstreamer.service /etc/systemd/system/robotstreamer.service
sudo systemctl daemon-reload
sudo systemctl enable qsstv.service
sudo systemctl enable robotstreamer.service