Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature: Add restart configuration to service #173

Merged
merged 1 commit into from
May 7, 2024

Conversation

Hexoplon
Copy link
Contributor

@Hexoplon Hexoplon commented May 3, 2024

Issue

If Sysmon fails during runtime, it will not restart until the server reboots. This will severely impact log collection from the endpoint. The stopped service can be detected and restarted using external tools, or by modifying the systemd service file after installation, but this requires implementation in each new environment where SysmonForLinux is implemented.

Suggested Solution

Add configuration to the systemd service definition to allow systemd to automatically attempt to restart the service in case of failure.

See #172

@MarioHewardt MarioHewardt merged commit 83b7db8 into microsoft:main May 7, 2024
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants