[Unit] Description=LG TV MQTT bridge for Home Assistant Documentation=https://git.sethpc.xyz/Seth/lgtv After=network-online.target Wants=network-online.target [Service] Type=simple User=seth # MQTT_PASSWORD lives here, root-owned 0600, never committed. See lgtv.env.example. EnvironmentFile=/etc/lgtv/lgtv.env ExecStart=/usr/bin/python3 /usr/local/bin/lgtv_mqtt.py Restart=on-failure RestartSec=10 [Install] WantedBy=multi-user.target