bump(github.com/coreos/go-systemd): 05a794e41e912eca8ebe1538241815f80da76d69

release-0.4
Ben Johnson 2014-01-02 16:41:31 -07:00
parent 7c29d5bf5c
commit d32fd00bbb
1 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,7 @@ func HelloServer(w http.ResponseWriter, req *http.Request) {
}
func main() {
files := activation.Files()
files := activation.Files(true)
if len(files) != 1 {
panic("Unexpected number of socket activation fds")