Files
raspberry_scripts/escucha.service
2025-07-24 20:12:53 +02:00

13 lines
213 B
Desktop File

[Unit]
Description=Script to reboot or shutdown by button in raspi
After=network.target
[Service]
ExecStart=/opt/raspberry_scripts/escucha.py
Type=simple
Restart=on-failure
[Install]
WantedBy=multi-user.target