Update README.md
This commit is contained in:
@@ -1,9 +1,10 @@
|
|||||||
|
```
|
||||||
cp -Rfv *.service /etc/systemd/system/
|
cp -Rfv *.service /etc/systemd/system/
|
||||||
systemctl daemon-reload
|
systemctl daemon-reload
|
||||||
systemctl enable led_off.service
|
systemctl enable led_off.service
|
||||||
systemctl enable led_on.service
|
systemctl enable led_on.service
|
||||||
systemctl enable escucha.service
|
systemctl enable escucha.service
|
||||||
|
|
||||||
systemctl start led_off.service
|
systemctl start led_off.service
|
||||||
systemctl start led_on.service
|
systemctl start led_on.service
|
||||||
systemctl start escucha.service
|
systemctl start escucha.service
|
||||||
|
```
|
||||||
Reference in New Issue
Block a user