Cambio todo a git
This commit is contained in:
@@ -3,7 +3,7 @@ Description=Script to reboot or shutdown by button in raspi
|
|||||||
After=network.target
|
After=network.target
|
||||||
|
|
||||||
[Service]
|
[Service]
|
||||||
ExecStart=/opt/scripts/escucha.py
|
ExecStart=/opt/raspberry_scripts/escucha.py
|
||||||
Type=simple
|
Type=simple
|
||||||
Restart=on-failure
|
Restart=on-failure
|
||||||
|
|
||||||
|
|||||||
@@ -5,7 +5,7 @@ Before=shutdown.target reboot.target halt.target
|
|||||||
|
|
||||||
[Service]
|
[Service]
|
||||||
Type=oneshot
|
Type=oneshot
|
||||||
ExecStart=/opt/scripts/off.py
|
ExecStart=/opt/raspberry_scripts/off.py
|
||||||
RemainAfterExit=true
|
RemainAfterExit=true
|
||||||
|
|
||||||
[Install]
|
[Install]
|
||||||
|
|||||||
@@ -3,7 +3,7 @@ Description=Mi Script de Inicio
|
|||||||
After=network.target
|
After=network.target
|
||||||
|
|
||||||
[Service]
|
[Service]
|
||||||
ExecStart=/opt/scripts/on.py
|
ExecStart=/opt/raspberry_scripts/on.py
|
||||||
Type=simple
|
Type=simple
|
||||||
Restart=on-failure
|
Restart=on-failure
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user