rspamd: remove indirection in path to runtime directory
This commit is contained in:
parent
1e51a503b1
commit
9a6190ceea
1 changed files with 1 additions and 1 deletions
|
@ -50,7 +50,7 @@ in
|
|||
nativeBuildInputs = with pkgs; [ makeWrapper ];
|
||||
}''
|
||||
makeWrapper ${pkgs.rspamd}/bin/rspamc $out/bin/rspamc \
|
||||
--add-flags "-h /var/run/rspamd/worker-controller.sock"
|
||||
--add-flags "-h /run/rspamd/worker-controller.sock"
|
||||
'')
|
||||
];
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue