From 977a5ac8c1167b371a38925946e4e1a0fa42e0af Mon Sep 17 00:00:00 2001 From: Kimiblock Moe Date: Thu, 5 Mar 2026 20:10:47 +0800 Subject: [PATCH] Enable the reloading of systemd credentials systemd v260 has introduced a new option: RefreshOnReload, of which when set to true automatically reloads all confext and credential files. This should eliminate the full restart requirement to reload a changed configuration. --- pkg/conduwuit.service | 1 + 1 file changed, 1 insertion(+) diff --git a/pkg/conduwuit.service b/pkg/conduwuit.service index 0c5b0838..7ac445b0 100644 --- a/pkg/conduwuit.service +++ b/pkg/conduwuit.service @@ -18,6 +18,7 @@ Environment="CONTINUWUITY_DATABASE_PATH=%S/conduwuit" Environment="CONTINUWUITY_CONFIG_RELOAD_SIGNAL=true" LoadCredential=conduwuit.toml:/etc/conduwuit/conduwuit.toml +RefreshOnReload=yes ExecStart=/usr/bin/conduwuit --config ${CREDENTIALS_DIRECTORY}/conduwuit.toml