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 {
|
||||
stdenv = pkgs.stdenvNewSetupScript;
|
||||
inherit (pkgs) ircdHybrid coreutils
|
||||
su iproute gnugrep;
|
||||
su iproute gnugrep procps;
|
||||
serverName = getCfg "serverName";
|
||||
sid = getCfg "sid";
|
||||
description = getCfg "description";
|
||||
|
|
Loading…
Reference in New Issue