dtkt daemon install
CommandInstall the daemon as a system service.
Description
Install the DataKit daemon as a system service (systemd on Linux, launchd on macOS). This will enable the daemon to start automatically on system boot.
Usage
dtkt daemon install [flags]Flags
| Field | Default | Usage |
|---|---|---|
| --binary-path | Path to the dtkt binary (auto-detected if not specified) | |
| --env-path | PATH environment variable for the service (auto-detected if not specified) | |
| --help, -h | false | Show help for the install command. |
| --systemd-user | false | Install systemd service for the current user instead of system-wide (Linux only) |
Inherited Flags
| Field | Default | Usage |
|---|---|---|
| --accept-legal-notices | false | Accept legal notices (license). |
| --cloud | false | Overrides the contexts to cloud; equivalent to --contexts=cloud. |
| --cloud-org | Cloud Organization by (UID|NAME). | |
| --cloud-space | Cloud Space by (UID|NAME). | |
| --config | The active configuration name to override. | |
| --contexts | [] | Overrides any current contexts from config. |
| --local | false | Overrides the contexts to local; equivalent to --contexts=local. |
| --log-format | pretty | Log format: (text|json|pretty). |
| --log-level | info | Log level: (debug|info|warn|error). |
| --non-interactive | false | Run in non-interactive mode. |
| --remote | false | Overrides the contexts to the configured remote. |