lora_mqtt.service 273 B

12345678910111213
  1. [Unit]
  2. Description=LoRa-MQTT Handler
  3. After=network.target ttn-station.service
  4. [Service]
  5. WorkingDirectory=/home/support/lora_mqtt
  6. ExecStart=/home/support/lora_mqtt/lora_mqtt.py
  7. SyslogIdentifier=lora_mqtt
  8. Restart=on-failure
  9. RestartSec=5
  10. [Install]
  11. WantedBy=multi-user.target