These docs are for Cribl Edge 4.11 and are no longer actively maintained.
See the latest version (4.13).
boot-start
Enables or disables Cribl Edge boot-start.
Sub-commands:
Sub-commands and Options
boot-start disable
Disable boot-start.
Usage:
./cribl boot-start disable -m initd
Arguments:
Option | Definition |
---|---|
-m <manager> | Init manager. Accepts: systemd or initd . |
-c <configDir> | Config directory for the init manager. |
boot-start enable
Enable boot-start.
Usage:
./cribl boot-start enable -m initd
Sample response:
Enabling Cribl to be managed by initd...
boot-start enable command needs root privileges...
Enabled Cribl to be managed by initd as user=root.
Arguments:
Option | Definition |
---|---|
-m <manager> | Init manager. Accepts: systemd or initd . |
-u <user> | User to run the instance as. |
-c <configDir> | Config directory for the init manager. |