Skip to content

Commit

Permalink
bluechi service dependency
Browse files Browse the repository at this point in the history
Signed-off-by: Leonardo Rossetti <lrossett@redhat.com>
  • Loading branch information
odra committed Jul 8, 2024
1 parent 2ef2f3e commit 88ec916
Show file tree
Hide file tree
Showing 8 changed files with 35 additions and 15 deletions.
7 changes: 5 additions & 2 deletions eclipse-bluechi/workspace/workloads/agemo.kube
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,8 @@
Yaml=agemo.yml

# Commented to disable the service to automatically start
# [Install]
# WantedBy=default.target
[Install]
WantedBy=default.target

[Unit]
Wants=ibeji.service
8 changes: 5 additions & 3 deletions eclipse-bluechi/workspace/workloads/chariott.kube
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@
[Kube]
Yaml=chariott.yml

# Commented to disable the service to automatically start
# [Install]
# WantedBy=default.target
[Install]
WantedBy=default.target

[Unit]
Wants=mosquitto.service
7 changes: 5 additions & 2 deletions eclipse-bluechi/workspace/workloads/freyja.kube
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,8 @@
Yaml=freyja.yml

# Commented to disable the service to automatically start
# [Install]
# WantedBy=default.target
[Install]
WantedBy=default.target

[Unit]
Wants=ibeji.service
7 changes: 5 additions & 2 deletions eclipse-bluechi/workspace/workloads/ibeji.kube
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,8 @@
Yaml=ibeji.yml

# Commented to disable the service to automatically start
# [Install]
# WantedBy=default.target
[Install]
WantedBy=default.target

[Unit]
Wants=chariott.service
4 changes: 2 additions & 2 deletions eclipse-bluechi/workspace/workloads/mosquitto.kube
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,5 @@
Yaml=mosquitto.yml

# Commented to disable the service to automatically start
# [Install]
# WantedBy=default.target
[Install]
WantedBy=default.target
Original file line number Diff line number Diff line change
Expand Up @@ -11,3 +11,6 @@ Yaml=smart_trailer_application.yml
# Commented to disable the service to automatically start
[Install]
WantedBy=default.target

[Unit]
Wants=ibeji.kube
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,8 @@
Yaml=trailer_connected_provider.yml

# Commented to disable the service to automatically start
# [Install]
# WantedBy=default.target
[Install]
WantedBy=default.target

[Unit]
Wants=ibeji.kube
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,8 @@
Yaml=trailer_properties_provider.yml

# Commented to disable the service to automatically start
# [Install]
# WantedBy=default.target
[Install]
WantedBy=default.target

[Unit]
Wants=ibeji.kube

0 comments on commit 88ec916

Please sign in to comment.