package activation

import "github.com/docker/docker/pkg/systemd/activation"

Copyright 2013 CoreOS Inc.

Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at

http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.

Package activation implements primitives for systemd socket activation.

Copyright 2014 CoreOS Inc.

Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at

http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.

Index

Functions

func Files

func Files(unsetEnv bool) []*os.File

func Listeners

func Listeners(unsetEnv bool) ([]net.Listener, error)

Listeners returns net.Listeners for all socket activated fds passed to this process.

Source Files

files.go listeners.go

Version
v0.9.1
Published
Mar 25, 2014
Platform
js/wasm
Imports
5 packages
Last checked
3 minutes ago

Tools for package owners.