func startService(s common.Service) {
	if s.Status() == common.Unstarted {
		panicIfError(s.Start())
	}
}