Skip to content

Commit

Permalink
fixup! add tedge-mapper systemd target definition to manage cloud pro…
Browse files Browse the repository at this point in the history
…files after package install/upgrade/removal
  • Loading branch information
reubenmiller committed Dec 16, 2024
1 parent 2ce8436 commit ac91b01
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion configuration/init/systemd/tedge-mapper-aws.service
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[Unit]
Description=tedge-mapper-aws checks Thin Edge JSON measurements and forwards to AWS IoT Hub.
Description=tedge-mapper-aws checks Thin Edge JSON measurements and forwards to AWS IoT Core.
After=syslog.target network.target mosquitto.service

[Service]
Expand Down
2 changes: 1 addition & 1 deletion configuration/init/systemd/[email protected]
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[Unit]
Description=tedge-mapper-aws checks Thin Edge JSON measurements and forwards to AWS IoT Hub.
Description=tedge-mapper-aws checks Thin Edge JSON measurements and forwards to AWS IoT Core.
After=syslog.target network.target mosquitto.service
PartOf=tedge-mapper-aws.target

Expand Down
2 changes: 1 addition & 1 deletion configuration/init/systemd/[email protected]
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[Unit]
Description=tedge-mapper-az checks Thin Edge JSON measurements and forwards to Azure IoT Hub.
After=syslog.target network.target mosquitto.service
PartOf=tedge-mapper-aws.target
PartOf=tedge-mapper-az.target

[Service]
User=tedge
Expand Down

0 comments on commit ac91b01

Please sign in to comment.