From 24a7b5beb1ceb5eb1753446ecc9c03ee05bf2c53 Mon Sep 17 00:00:00 2001 From: j1nx Date: Mon, 19 Feb 2024 19:12:51 +0000 Subject: [PATCH] [All] Re-enable systemd notify healthchecks --- .../home/ovos/.config/containers/systemd/ovos-audio.container | 1 + .../home/ovos/.config/containers/systemd/ovos-core.container | 1 + .../ovos/.config/containers/systemd/ovos-gui-websocket.container | 1 + .../.config/containers/systemd/ovos-listener-dinkum.container | 1 + .../home/ovos/.config/containers/systemd/ovos-phal.container | 1 + 5 files changed, 5 insertions(+) diff --git a/buildroot-external/rootfs-overlay/home/ovos/.config/containers/systemd/ovos-audio.container b/buildroot-external/rootfs-overlay/home/ovos/.config/containers/systemd/ovos-audio.container index 155cd5e8..45004bd2 100644 --- a/buildroot-external/rootfs-overlay/home/ovos/.config/containers/systemd/ovos-audio.container +++ b/buildroot-external/rootfs-overlay/home/ovos/.config/containers/systemd/ovos-audio.container @@ -16,6 +16,7 @@ After=ovos-phal.service ContainerName=ovos-audio Image=docker.io/smartgic/ovos-audio:alpha Pull=never +Notify=healthy AutoUpdate=registry LogDriver=journald HostName=ovos-audio diff --git a/buildroot-external/rootfs-overlay/home/ovos/.config/containers/systemd/ovos-core.container b/buildroot-external/rootfs-overlay/home/ovos/.config/containers/systemd/ovos-core.container index c3149715..390a5442 100644 --- a/buildroot-external/rootfs-overlay/home/ovos/.config/containers/systemd/ovos-core.container +++ b/buildroot-external/rootfs-overlay/home/ovos/.config/containers/systemd/ovos-core.container @@ -16,6 +16,7 @@ After=ovos-phal.service ContainerName=ovos-core Image=docker.io/smartgic/ovos-core:alpha Pull=never +Notify=healthy AutoUpdate=registry LogDriver=journald HostName=ovos-core diff --git a/buildroot-external/rootfs-overlay/home/ovos/.config/containers/systemd/ovos-gui-websocket.container b/buildroot-external/rootfs-overlay/home/ovos/.config/containers/systemd/ovos-gui-websocket.container index dbface3d..6a84613b 100644 --- a/buildroot-external/rootfs-overlay/home/ovos/.config/containers/systemd/ovos-gui-websocket.container +++ b/buildroot-external/rootfs-overlay/home/ovos/.config/containers/systemd/ovos-gui-websocket.container @@ -12,6 +12,7 @@ After=ovos-messagebus.service ContainerName=ovos-gui-websocket Image=docker.io/smartgic/ovos-gui-websocket:alpha Pull=never +Notify=healthy AutoUpdate=registry LogDriver=journald HostName=ovos-gui-websocket diff --git a/buildroot-external/rootfs-overlay/home/ovos/.config/containers/systemd/ovos-listener-dinkum.container b/buildroot-external/rootfs-overlay/home/ovos/.config/containers/systemd/ovos-listener-dinkum.container index a64643f0..c2a3a932 100644 --- a/buildroot-external/rootfs-overlay/home/ovos/.config/containers/systemd/ovos-listener-dinkum.container +++ b/buildroot-external/rootfs-overlay/home/ovos/.config/containers/systemd/ovos-listener-dinkum.container @@ -16,6 +16,7 @@ After=ovos-phal.service ContainerName=ovos-listener-dinkum Image=docker.io/smartgic/ovos-listener-dinkum:alpha Pull=never +Notify=healthy AutoUpdate=registry LogDriver=journald HostName=ovos-listener-dinkum diff --git a/buildroot-external/rootfs-overlay/home/ovos/.config/containers/systemd/ovos-phal.container b/buildroot-external/rootfs-overlay/home/ovos/.config/containers/systemd/ovos-phal.container index 8cf9dc23..f86034e0 100644 --- a/buildroot-external/rootfs-overlay/home/ovos/.config/containers/systemd/ovos-phal.container +++ b/buildroot-external/rootfs-overlay/home/ovos/.config/containers/systemd/ovos-phal.container @@ -14,6 +14,7 @@ After=ovos-messagebus.service ContainerName=ovos-phal Image=docker.io/smartgic/ovos-phal:alpha Pull=never +Notify=healthy AutoUpdate=registry LogDriver=journald HostName=ovos-phal