| Index: go/src/infra/gae/epservice/epservice_other.go
|
| diff --git a/go/src/infra/gae/libs/wrapper/gae/doc.go b/go/src/infra/gae/epservice/epservice_other.go
|
| similarity index 58%
|
| copy from go/src/infra/gae/libs/wrapper/gae/doc.go
|
| copy to go/src/infra/gae/epservice/epservice_other.go
|
| index 0ad97f19222b86e58a60e94e40052f7ce1c47b3e..a60db74ffa5bb27818a69bd61bd4774c90b8b33a 100644
|
| --- a/go/src/infra/gae/libs/wrapper/gae/doc.go
|
| +++ b/go/src/infra/gae/epservice/epservice_other.go
|
| @@ -2,6 +2,12 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -// Package gae provides an implementation of infra/gae/libs/wrapper which
|
| -// backs to appengine.
|
| -package gae
|
| +// +build !windows
|
| +
|
| +package main
|
| +
|
| +import (
|
| + "syscall"
|
| +)
|
| +
|
| +var serverStartParams = &syscall.SysProcAttr{Setpgid: true}
|
|
|