You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The goal of this task is to test and implement the necessary changes to run the new agent in the foreground on the Windows platform. Additionally, the logic for creating the wazuh-agent.lock file, as implemented on Unix systems, will be reviewed to determine its applicability to Windows. The feasibility of adopting the RAII style for managing the lock file will also be analyzed. Finally, the behavior of launchctl on macOS will be verified to ensure the proper functioning of the agent service.
Tasks
Windows
Implement the required changes to run the agent in the foreground.
Determine if the use of wazuh-agent.lock file should be applied to Windows.
Unix
Evaluate the feasibility of adopting the RAII (Resource Acquisition Is Initialization) style for the creation and deletion of the wazuh-agent.lock file.
macOS
Verify the behavior of launchctl load and launchctl unload commands on macOS.
Ensure the agent service functions correctly when using these commands.
The text was updated successfully, but these errors were encountered:
Description
The goal of this task is to test and implement the necessary changes to run the new agent in the foreground on the Windows platform. Additionally, the logic for creating the wazuh-agent.lock file, as implemented on Unix systems, will be reviewed to determine its applicability to Windows. The feasibility of adopting the RAII style for managing the lock file will also be analyzed. Finally, the behavior of launchctl on macOS will be verified to ensure the proper functioning of the agent service.
Tasks
Windows
Unix
macOS
launchctl load
andlaunchctl unload
commands on macOS.The text was updated successfully, but these errors were encountered: