Pulse/internal/agentupdate
rcourtman d71e00bdbd Fix Windows agent self-update restart failure
syscall.Exec is not supported on Windows, causing self-update to fail
with "failed to restart: not supported by windows".

Split restart logic into platform-specific files:
- restart_unix.go: Uses syscall.Exec for in-place process replacement
- restart_windows.go: Uses os.Exit(0) to let Windows SCM restart service

Related to #735
2025-11-30 12:02:43 +00:00
..
restart_unix.go Fix Windows agent self-update restart failure 2025-11-30 12:02:43 +00:00
restart_windows.go Fix Windows agent self-update restart failure 2025-11-30 12:02:43 +00:00
update.go Fix Windows agent self-update restart failure 2025-11-30 12:02:43 +00:00
update_test.go Add unit tests for agentupdate utility functions 2025-11-30 03:48:50 +00:00