# Functions

New returns a new init process.
NewRunsc returns a new runsc instance for a process.

# Constants

InitPidFile name of the file that contains the init pid.
RunscRoot is the path to the root runsc state directory.

# Variables

ExitCh is the exit events channel for containers and exec processes inside the sandbox.

# Structs

CreateConfig hold task creation configuration.
ExecConfig holds exec creation configuration.
Exit is the type of exit events.
Init represents an initial process for a container.
Mount holds filesystem mount configuration.

# Interfaces

ProcessMonitor monitors process exit changes.