diff options
author | stuebinm | 2024-04-03 22:21:27 +0200 |
---|---|---|
committer | stuebinm | 2024-04-03 22:21:27 +0200 |
commit | 74b0a75c5b9454de83c96caee506a575286c8beb (patch) | |
tree | 5151510f37dd585142cba09c87182ee96e0d8fb0 | |
parent | 63596c996238f292fe05de589c835e2a207eeb9a (diff) |
chaski: restart the ntfy bot if failed
-rw-r--r-- | chaski/services/conduit.nix | 1 |
1 files changed, 1 insertions, 0 deletions
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"; }; |