forked from mirrors/nixpkgs
rmilter: move rmilter.sock out of /run/rmilter
/run/rmilter is set by systemd, and have root:root ownership, which prevent pid file to write. This fix suggested to be promoted to 18.09 branch. (Although rmilter itself is deprecated, and I plan to remove it, after 18.09 would be released)
This commit is contained in:
parent
1491d4f268
commit
08f266490b
|
@ -89,7 +89,7 @@ in
|
||||||
|
|
||||||
bindSocket.path = mkOption {
|
bindSocket.path = mkOption {
|
||||||
type = types.str;
|
type = types.str;
|
||||||
default = "/run/rmilter/rmilter.sock";
|
default = "/run/rmilter.sock";
|
||||||
description = ''
|
description = ''
|
||||||
Path to Unix domain socket to listen on.
|
Path to Unix domain socket to listen on.
|
||||||
'';
|
'';
|
||||||
|
|
Loading…
Reference in a new issue