bird module: run as user/group bird
, not ircd
This commit is contained in:
parent
e82dcd70e4
commit
0360e410b7
@ -30,7 +30,7 @@ in
|
||||
|
||||
user = mkOption {
|
||||
type = types.string;
|
||||
default = "ircd";
|
||||
default = "bird";
|
||||
description = ''
|
||||
BIRD Internet Routing Daemon user.
|
||||
'';
|
||||
@ -38,7 +38,7 @@ in
|
||||
|
||||
group = mkOption {
|
||||
type = types.string;
|
||||
default = "ircd";
|
||||
default = "bird";
|
||||
description = ''
|
||||
BIRD Internet Routing Daemon group.
|
||||
'';
|
||||
|
Loading…
Reference in New Issue
Block a user