From c25837dc7e0138a4c30790c16fd5abb765f74be5 Mon Sep 17 00:00:00 2001 From: coolneng Date: Wed, 10 May 2023 16:10:59 +0200 Subject: [PATCH] Restart mqtt2prometheus after the zpool mount --- modules/periodic.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/periodic.nix b/modules/periodic.nix index 69cb9c1..04fc06e 100644 --- a/modules/periodic.nix +++ b/modules/periodic.nix @@ -62,6 +62,7 @@ in { systemctl restart radicale systemctl restart gitea systemctl restart podman-openbooks + systemctl restart podman-mqtt2prometheus ''; serviceConfig.Type = "oneshot"; requires = [ "sata-hat.service" ];