From 63b442c6c92c9f4636778a5ff4f03b37f6a4d361 Mon Sep 17 00:00:00 2001 From: coolneng Date: Tue, 14 Feb 2023 20:59:08 +0100 Subject: [PATCH] Restart openbooks after the zpool mount --- modules/periodic.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/periodic.nix b/modules/periodic.nix index f0f77f1..69cb9c1 100644 --- a/modules/periodic.nix +++ b/modules/periodic.nix @@ -61,6 +61,7 @@ in { systemctl restart syncthing systemctl restart radicale systemctl restart gitea + systemctl restart podman-openbooks ''; serviceConfig.Type = "oneshot"; requires = [ "sata-hat.service" ];