Skip to content

Commit

Permalink
Rework launcher to allow for greater customization of the start/launc…
Browse files Browse the repository at this point in the history
…h process.

This is prep work for building an rpm.  Outstand tasks include:
* Moving projects to a better location.
* Moving etc/* projects to /etc/rundeck/client
* Fix the location of the log4j.properties file so it's properly read.
* Save the configuration for a standard install
  • Loading branch information
noahcampbell committed Nov 19, 2010
1 parent bd6e00f commit 43402d3
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -725,4 +725,4 @@ public static String expandProperties(final Properties properties, final String
matcher.appendTail(sb);
return sb.toString();
}
}
}

0 comments on commit 43402d3

Please sign in to comment.