diff --git a/base/hostconfig/auto02.sls b/base/hostconfig/auto02.sls index ce73ad6..4122ff2 100644 --- a/base/hostconfig/auto02.sls +++ b/base/hostconfig/auto02.sls @@ -12,7 +12,6 @@ systemd: Description: Homeassistant After: network-online.target local-fs.target Before: haproxy.service - Requires: io.podman.service Service: ExecStart: /usr/bin/podman start -a homeassistant ExecStop: /usr/bin/podman stop homeassistant @@ -23,7 +22,6 @@ systemd: Description: Homeassistant Configurator After: network-online.target local-fs.target Before: haproxy.service - Requires: io.podman.service Service: ExecStart: /usr/bin/podman start -a homeassistant-configurator ExecStop: /usr/bin/podman stop homeassistant-configurator @@ -34,7 +32,6 @@ systemd: Description: pihole After: network-online.target local-fs.target Before: haproxy.service - Requires: io.podman.service Service: ExecStart: /usr/bin/podman start -a pihole ExecStop: /usr/bin/podman stop pihole @@ -45,7 +42,6 @@ systemd: Description: zwave2mqtt - yes After: network-online.target local-fs.target Before: haproxy.service - Requires: io.podman.service Service: ExecStart: /usr/bin/podman start -a zwave2mqtt ExecStop: /usr/bin/podman stop zwave2mqtt @@ -56,7 +52,6 @@ systemd: Description: mosquitto-mqtt - yes After: network-online.target local-fs.target Before: haproxy.service - Requires: io.podman.service Service: ExecStart: /usr/bin/podman start -a mosquitto-mqtt ExecStop: /usr/bin/podman stop mosquitto-mqtt @@ -181,4 +176,4 @@ haproxy: check: check - \ No newline at end of file +