script: move Script into config package

This commit is contained in:
Alex Crawford
2014-09-27 11:11:57 -07:00
parent 3e2823df1b
commit 6e2db882e6
6 changed files with 38 additions and 20 deletions

View File

@@ -41,8 +41,6 @@ type Unit struct {
config.Unit
}
type Script []byte
// Destination builds the appropriate absolute file path for
// the Unit. The root argument indicates the effective base
// directory of the system (similar to a chroot).