databricks-cli/libs/daemon
shreyas-goenka 9659f91c9f
Do not pass parent pid to child daemon process (#2376)
## Changes
This PR:
1. No longer sets the `DATABRICKS_CLI_PARENT_PID` environment variable
since it was never required in the first place and was mistakenly merged
in the inital PR.
2. Performs minor cleanup based on post merge feedback in
https://github.com/databricks/cli/pull/2354.

## Tests
N/A
2025-02-26 17:39:45 +05:30
..
internal/parent_process Add library for spawning a daemon (#2354) 2025-02-21 13:49:47 +00:00
daemon.go Do not pass parent pid to child daemon process (#2376) 2025-02-26 17:39:45 +05:30
daemon_test.go Add library for spawning a daemon (#2354) 2025-02-21 13:49:47 +00:00
daemon_unix.go Add library for spawning a daemon (#2354) 2025-02-21 13:49:47 +00:00
daemon_windows.go Add library for spawning a daemon (#2354) 2025-02-21 13:49:47 +00:00