blob: e56e07f03591504e39a4898b254eca9d0200a62e [file] [log] [blame]
package sysinit
func InitSystem() string {
panic("Darwin not supported yet")
return ""
}
func New(system string, sd *ServiceDescription) InstallSystemInit {
panic("Darwin not supported yet")
return nil
}