Skip to main content

ENV_HANDOFF_INIT_ARGS

Constant ENV_HANDOFF_INIT_ARGS 

Source
pub const ENV_HANDOFF_INIT_ARGS: &str = "MSB_HANDOFF_INIT_ARGS";
Expand description

Argv list for the handoff init binary.

Format: entries separated by HANDOFF_INIT_SEP (ASCII 0x1F). Empty or unset means the init is exec’d with argv = [program].

Example:

  • MSB_HANDOFF_INIT_ARGS=--unit=multi-user.target\x1f--log-level=warning