From 74b0a75c5b9454de83c96caee506a575286c8beb Mon Sep 17 00:00:00 2001 From: stuebinm Date: Wed, 3 Apr 2024 22:21:27 +0200 Subject: chaski: restart the ntfy bot if failed --- chaski/services/conduit.nix | 1 + 1 file changed, 1 insertion(+) (limited to 'chaski') diff --git a/chaski/services/conduit.nix b/chaski/services/conduit.nix index 30d6a0b..e308a7b 100644 --- a/chaski/services/conduit.nix +++ b/chaski/services/conduit.nix @@ -34,6 +34,7 @@ in DynamicUser = true; BindPaths = botConfig; EnvironmentFile = "/run/secrets/ntfy-matrix-bot/env"; + Restart = "always"; }; environment.RUST_LOG = "ntfy_matrix_bot=info"; }; -- cgit v1.2.3