mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-07-13 21:50:33 +03:00
vault: set coredump ulimit to 0
This commit is contained in:
parent
04af42f3b3
commit
53a3ddfab8
1 changed files with 1 additions and 0 deletions
|
@ -221,6 +221,7 @@ in
|
|||
ProtectHome = "read-only";
|
||||
AmbientCapabilities = "cap_ipc_lock";
|
||||
NoNewPrivileges = true;
|
||||
LimitCORE = 0;
|
||||
KillSignal = "SIGINT";
|
||||
TimeoutStopSec = "30s";
|
||||
Restart = "on-failure";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue