Telegram bot to control MQTT lights. Written in Go.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

lights-telegram.service 322B

12345678910111213141516
  1. [Unit]
  2. Description=Telegram bot MQTT interface
  3. Requires=network.target
  4. After=network.target
  5. After=syslog.target
  6. [Service]
  7. Type=simple
  8. Restart=always
  9. RestartSec=3
  10. User=thomas
  11. WorkingDirectory=/home/thomas/bin/lights-telegram
  12. ExecStart=/home/thomas/bin/lights-telegram/lights-telegram
  13. [Install]
  14. WantedBy=multi-user.target