mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-07-13 13:40:28 +03:00
nixos/quickwit: fix service ReadWritePaths
This commit is contained in:
parent
4c0e042441
commit
05b67b87b7
1 changed files with 1 additions and 1 deletions
|
@ -160,7 +160,7 @@ in
|
|||
ProtectProc = "invisible";
|
||||
ProtectSystem = "strict";
|
||||
ReadWritePaths = [
|
||||
"/var/lib/quickwit"
|
||||
cfg.dataDir
|
||||
];
|
||||
RestrictAddressFamilies = [
|
||||
"AF_NETLINK"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue