summaryrefslogtreecommitdiffstats
path: root/configuration/init/systemd/tedge-mapper-collectd.service
blob: 0499c3c93a69ca9492ca71379d2331871436276d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
[Unit]
Description=tedge-mapper-collectd converts Thin Edge JSON measurements to Cumulocity JSON format.
After=syslog.target network.target mosquitto.service

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

[Install]
WantedBy=multi-user.target