diff --git a/modules/system/upstart/upstart.nix b/modules/system/upstart/upstart.nix index fa2e4fc22b7..d624fd31745 100644 --- a/modules/system/upstart/upstart.nix +++ b/modules/system/upstart/upstart.nix @@ -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 =