From ad50f1fededdeb9e2865ed85e7870324754e826e Mon Sep 17 00:00:00 2001 From: aitbc Date: Wed, 15 Apr 2026 08:42:51 +0200 Subject: [PATCH] Add ProtectSystem=no to wallet daemon systemd service to allow database writes for SQLite WAL mode --- systemd/aitbc-wallet.service | 3 +++ 1 file changed, 3 insertions(+) diff --git a/systemd/aitbc-wallet.service b/systemd/aitbc-wallet.service index 88277c13..22f1847d 100644 --- a/systemd/aitbc-wallet.service +++ b/systemd/aitbc-wallet.service @@ -24,5 +24,8 @@ StandardOutput=journal StandardError=journal SyslogIdentifier=aitbc-wallet-daemon +# Allow database writes for SQLite WAL mode +ProtectSystem=no + [Install] WantedBy=multi-user.target