Recreados todos los scripts

This commit is contained in:
root
2026-01-27 21:33:04 +01:00
parent 6a20265d6b
commit 5799a17507
13 changed files with 71 additions and 196 deletions

13
led-off.service Normal file
View File

@@ -0,0 +1,13 @@
[Unit]
Description=Apaga el LED al apagar o reiniciar
DefaultDependencies=no
Before=shutdown.target reboot.target halt.target
[Service]
Type=oneshot
EnvironmentFile=/opt/raspberry_scripts/led_config.conf
ExecStart=/bin/sh -c '/usr/bin/gpioset ${CHIP} ${LINE}=0'
RemainAfterExit=yes
[Install]
WantedBy=shutdown.target reboot.target halt.target