Remove ProtectSystem and ReadWritePaths security settings from blockchain node systemd service
Some checks failed
Systemd Sync / sync-systemd (push) Has been cancelled

- Remove ProtectSystem=strict to allow broader filesystem access
- Remove ReadWritePaths directive as it's no longer needed without ProtectSystem
This commit is contained in:
aitbc
2026-04-15 08:36:34 +02:00
parent dc259fce1b
commit 904515b020

View File

@@ -30,9 +30,7 @@ SyslogIdentifier=aitbc-blockchain-production
# Production security
NoNewPrivileges=true
ProtectSystem=strict
ProtectHome=true
ReadWritePaths=/var/lib/aitbc/data /var/log/aitbc/production/blockchain
# Production performance
LimitNOFILE=65536