Switch projectors on and off at a specified time
Nevar pievienot vairāk kā 25 tēmas
Tēmai ir jāsākas ar burtu vai ciparu, tā var saturēt domu zīmes ('-') un var būt līdz 35 simboliem gara.
|
12345678910111213 |
- [Unit]
- Description=Switch projectors on and off
- After=multi-user.target
-
- [Service]
- Type=idle
- User=pi
- ExecStart=/usr/bin/python3 /home/pi/ir-remote-timer/ir-remote-timer.py > /home/pi/ir-remote-timer.log 2>&1
- Restart=always
- RestartSec=3
-
- [Install]
- WantedBy=multi-user.target
|