

# DaemonLinuxParameters
<a name="API_DaemonLinuxParameters"></a>

The Linux-specific options that are applied to the daemon container, such as Linux kernel capabilities.

## Contents
<a name="API_DaemonLinuxParameters_Contents"></a>

 ** capabilities **   <a name="ECS-Type-DaemonLinuxParameters-capabilities"></a>
The Linux capabilities for the container that are added to or dropped from the default configuration provided by Docker.  
Type: [KernelCapabilities](API_KernelCapabilities.md) object  
Required: No

 ** devices **   <a name="ECS-Type-DaemonLinuxParameters-devices"></a>
Any host devices to expose to the container.  
Type: Array of [Device](API_Device.md) objects  
Required: No

 ** initProcessEnabled **   <a name="ECS-Type-DaemonLinuxParameters-initProcessEnabled"></a>
Run an `init` process inside the container that forwards signals and reaps processes.  
Type: Boolean  
Required: No

 ** tmpfs **   <a name="ECS-Type-DaemonLinuxParameters-tmpfs"></a>
The container path, mount options, and size (in MiB) of the tmpfs mount.  
Type: Array of [Tmpfs](API_Tmpfs.md) objects  
Required: No

## See Also
<a name="API_DaemonLinuxParameters_SeeAlso"></a>

For more information about using this API in one of the language-specific AWS SDKs, see the following:
+  [AWS SDK for C\$1\$1](https://docs.aws.amazon.com/goto/SdkForCpp/ecs-2014-11-13/DaemonLinuxParameters) 
+  [AWS SDK for Java V2](https://docs.aws.amazon.com/goto/SdkForJavaV2/ecs-2014-11-13/DaemonLinuxParameters) 
+  [AWS SDK for Ruby V3](https://docs.aws.amazon.com/goto/SdkForRubyV3/ecs-2014-11-13/DaemonLinuxParameters) 