Relax seccom for .NET services to avoid SIGSYS in LXC
This commit is contained in:
parent
3ed208e229
commit
7084d3db4c
1 changed files with 8 additions and 0 deletions
|
|
@ -112,6 +112,14 @@
|
|||
"sys-kernel-debug.mount"
|
||||
"sys-fs-fuse-connections.mount"
|
||||
];
|
||||
# Relax seccomp for .NET services to avoid SIGSYS in LXC
|
||||
systemd.services.btcpayserver.serviceConfig = {
|
||||
SystemCallFilter = [];
|
||||
};
|
||||
|
||||
systemd.services.nbxplorer.serviceConfig = {
|
||||
SystemCallFilter = [];
|
||||
};
|
||||
|
||||
# State version
|
||||
system.stateVersion = "25.05";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue