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.
12345678910111213141516 |
- [Unit]
- Description=Telegram bot MQTT interface
- Requires=network.target
- After=network.target
- After=syslog.target
-
- [Service]
- Type=simple
- Restart=always
- RestartSec=3
- User=thomas
- WorkingDirectory=/home/thomas/bin/lights-telegram
- ExecStart=/home/thomas/bin/lights-telegram/lights-telegram
-
- [Install]
- WantedBy=multi-user.target
|