Corrected ircd-hybrid to fix the problem with finishing terminal-keeping thread.
svn path=/nixos/trunk/; revision=9107
This commit is contained in:
parent
db3e598ba9
commit
45c9f350b1
@ -4,7 +4,7 @@ let
|
|||||||
ircdService = import ../services/ircd-hybrid {
|
ircdService = import ../services/ircd-hybrid {
|
||||||
stdenv = pkgs.stdenvNewSetupScript;
|
stdenv = pkgs.stdenvNewSetupScript;
|
||||||
inherit (pkgs) ircdHybrid coreutils
|
inherit (pkgs) ircdHybrid coreutils
|
||||||
su iproute gnugrep;
|
su iproute gnugrep procps;
|
||||||
serverName = getCfg "serverName";
|
serverName = getCfg "serverName";
|
||||||
sid = getCfg "sid";
|
sid = getCfg "sid";
|
||||||
description = getCfg "description";
|
description = getCfg "description";
|
||||||
|
Loading…
Reference in New Issue
Block a user