Switch projectors on and off at a specified time
25'ten fazla konu seçemezsiniz Konular bir harf veya rakamla başlamalı, kısa çizgiler ('-') içerebilir ve en fazla 35 karakter uzunluğunda olabilir.

ir-remote-timer.service 275 B

4 yıl önce
12345678910111213
  1. [Unit]
  2. Description=Switch projectors on and off
  3. After=multi-user.target
  4. [Service]
  5. Type=idle
  6. User=pi
  7. ExecStart=/usr/bin/python3 /home/pi/ir-remote-timer/ir-remote-timer.py > /home/pi/ir-remote-timer.log 2>&1
  8. Restart=always
  9. RestartSec=3
  10. [Install]
  11. WantedBy=multi-user.target