Skip to content

Commit

Permalink
Fix services deps
Browse files Browse the repository at this point in the history
  • Loading branch information
raoulh committed Dec 7, 2023
1 parent efd56d9 commit d5b9814
Show file tree
Hide file tree
Showing 7 changed files with 14 additions and 14 deletions.
4 changes: 2 additions & 2 deletions calaos-home/debian/calaos-home.service
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[Unit]
Description=Calaos home automation touchscreen UI
After=local-fs.target
Requires=network.target
After=local-fs.target calaos-boot.service
Requires=network.target calaos-boot.service
After=network.target
RequiresMountsFor=/mnt/calaos

Expand Down
4 changes: 2 additions & 2 deletions calaos-server/debian/calaos-server.service
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[Unit]
Description=calaos-server container
After=local-fs.target
Requires=network.target
After=local-fs.target calaos-boot.service
Requires=network.target calaos-boot.service
After=network.target
RequiresMountsFor=/mnt/calaos

Expand Down
4 changes: 2 additions & 2 deletions grafana/debian/grafana.service
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[Unit]
Description=grafana container
After=local-fs.target
Requires=network.target
After=local-fs.target calaos-boot.service
Requires=network.target calaos-boot.service
After=network.target
RequiresMountsFor=/mnt/calaos

Expand Down
4 changes: 2 additions & 2 deletions haproxy/debian/haproxy.service
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[Unit]
Description=HAProxy container
After=local-fs.target
Requires=network.target
After=local-fs.target calaos-boot.service
Requires=network.target calaos-boot.service
After=network.target
RequiresMountsFor=/mnt/calaos

Expand Down
4 changes: 2 additions & 2 deletions influxdb/debian/influxdb.service
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[Unit]
Description=influxdb container
After=local-fs.target
Requires=network.target
After=local-fs.target calaos-boot.service
Requires=network.target calaos-boot.service
After=network.target
RequiresMountsFor=/mnt/calaos

Expand Down
4 changes: 2 additions & 2 deletions mosquitto/debian/mosquitto.service
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[Unit]
Description=mosquitto MQTT container
After=local-fs.target
Requires=network.target
After=local-fs.target calaos-boot.service
Requires=network.target calaos-boot.service
After=network.target
RequiresMountsFor=/mnt/calaos

Expand Down
4 changes: 2 additions & 2 deletions zigbee2mqtt/debian/zigbee2mqtt.service
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[Unit]
Description=Zigbee2mqtt container
After=local-fs.target
Requires=network.target
After=local-fs.target calaos-boot.service
Requires=network.target calaos-boot.service
After=network.target
RequiresMountsFor=/mnt/calaos

Expand Down

0 comments on commit d5b9814

Please sign in to comment.