43
43
// MachineAgentUpstartService returns the upstart config for a machine agent
44
44
// based on the tag and machineId passed in.
45
func MachineAgentUpstartService(name, toolsDir, dataDir, logDir, tag, machineId, logConfig string) *Conf {
45
func MachineAgentUpstartService(name, toolsDir, dataDir, logDir, tag, machineId, logConfig, providerType string) *Conf {
47
47
logFile := filepath.Join(logDir, tag+".log")