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
Some checks failed
Systemd Sync / sync-systemd (push) Has been cancelled
This commit is contained in:
@@ -24,5 +24,8 @@ StandardOutput=journal
|
|||||||
StandardError=journal
|
StandardError=journal
|
||||||
SyslogIdentifier=aitbc-wallet-daemon
|
SyslogIdentifier=aitbc-wallet-daemon
|
||||||
|
|
||||||
|
# Allow database writes for SQLite WAL mode
|
||||||
|
ProtectSystem=no
|
||||||
|
|
||||||
[Install]
|
[Install]
|
||||||
WantedBy=multi-user.target
|
WantedBy=multi-user.target
|
||||||
|
|||||||
Reference in New Issue
Block a user