- changed instructions for init

pull/1/head
jbruce12000 2018-11-26 19:59:51 -05:00
rodzic 46b0e659df
commit 9ba10553d1
1 zmienionych plików z 3 dodań i 3 usunięć

Wyświetl plik

@ -87,9 +87,9 @@ All parameters are defined in config.py, just copy the example and review/change
### Autostart Server onBoot
If you want the server to autostart on boot, run the following commands
sudo cp /home/pi/picoReflow/lib/init/reflow /etc/init.d/
sudo chmod +x /etc/init.d/reflow
sudo update-rc.d reflow defaults
sudo cp /home/pi/kiln-controller/lib/init/kiln-controller /etc/init.d/
sudo chmod +x /etc/init.d/kiln-controller
sudo update-rc.d kiln-controller defaults
### Client Access