Add ProtectSystem=no to wallet daemon systemd service to allow database writes for SQLite WAL mode
Some checks failed
Systemd Sync / sync-systemd (push) Has been cancelled

This commit is contained in:
aitbc
2026-04-15 08:42:51 +02:00
parent 904515b020
commit ad50f1fede

View File

@@ -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