* Don't use replaceChars. It's slow.
svn path=/nixos/trunk/; revision=33270
This commit is contained in:
parent
fcc2e985a2
commit
f546837cdf
|
@ -417,9 +417,7 @@ let
|
|||
config = {
|
||||
|
||||
# The default name is the name extracted from the attribute path.
|
||||
name = mkDefaultValue (
|
||||
replaceChars ["<" ">" "*"] ["_" "_" "_name_"] name
|
||||
);
|
||||
name = mkDefaultValue name;
|
||||
|
||||
# Default path for Upstart jobs. Should be quite minimal.
|
||||
path =
|
||||
|
|
Loading…
Reference in New Issue