createInitTabEntry
InitTabEntry createInitTabEntry(int id,
InitType initType,
int level,
UUID templateID,
boolean forking,
String comment,
boolean enabled)
Creates a new init tab entry for providing it to the init tab manager.
- Parameters:
id - The internal ID of the entry.
initType - The type of init.
level - The level of the entry.
templateID - The ID of the template to be executed.
forking - Whether the corresponding instance should fork.
comment - A descriptive comment.
enabled - Whether the entry is enabled.
- Returns:
- A new init tab entry for providing it to the init tab manager.