podman systemd update
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user