Update README.md

This commit is contained in:
2025-07-24 20:17:38 +02:00
parent 952b54249a
commit af79edffc1

View File

@@ -0,0 +1,9 @@
cp -Rfv *.service /etc/systemd/system/
systemctl daemon-reload
systemctl enable led_off.service
systemctl enable led_on.service
systemctl enable escucha.service
systemctl start led_off.service
systemctl start led_on.service
systemctl start escucha.service