vault: set coredump ulimit to 0

This commit is contained in:
Jelle Besseling
2023-06-22 16:44:30 +02:00
committed by GitHub
parent 04af42f3b3
commit 53a3ddfab8
@@ -221,6 +221,7 @@ in
ProtectHome = "read-only";
AmbientCapabilities = "cap_ipc_lock";
NoNewPrivileges = true;
LimitCORE = 0;
KillSignal = "SIGINT";
TimeoutStopSec = "30s";
Restart = "on-failure";