0
0
Fork 0
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-07-14 14:10:33 +03:00

nixos/gotenberg: Fix coredumps on service start (#344770)

This commit is contained in:
Sandro 2024-09-27 17:22:10 +02:00 committed by GitHub
commit 0151acc48e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -244,7 +244,6 @@ in
SystemCallFilter = [
"@system-service"
"~@resources"
"~@privileged"
];
SystemCallArchitectures = "native";