summaryrefslogtreecommitdiffstats
path: root/configuration/init/systemd/tedge-mapper-az.service
blob: b87c3d230bc33342e1a44cc20b0ee805ca435ff1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
[Unit]
Description=tedge-mapper-az checks Thin Edge JSON measurements and forwards to Azure IoT Hub.
After=syslog.target network.target mosquitto.service

[Service]
User=tedge-mapper
ExecStart=/usr/bin/tedge_mapper az
Restart=on-failure
RestartPreventExitStatus=255

[Install]
WantedBy=multi-user.target