add LimitCORE=0 to vault.service (#23272)

* add LimitCORE=0

* add changelog
This commit is contained in:
l-with
2023-11-01 20:57:52 +01:00
committed by GitHub
parent dd15e5296f
commit 934efb9177
2 changed files with 4 additions and 0 deletions

View File

@@ -29,6 +29,7 @@ RestartSec=5
TimeoutStopSec=30
LimitNOFILE=65536
LimitMEMLOCK=infinity
LimitCORE=0
[Install]
WantedBy=multi-user.target

3
changelog/23272.txt Normal file
View File

@@ -0,0 +1,3 @@
```release-note:improvement
.release/linux: add LimitCORE=0 to vault.service
```