Graylog2 / collector-sidecar

Manage log collectors through Graylog
https://www.graylog.org/
Other
268 stars 56 forks source link

Fix startup issue on FreeBSD #423

Closed thll closed 2 years ago

thll commented 2 years ago

Fixes an issue where starting sidecar on FreeBSD would fail with the following error:

FATA[0000] Operating system is not supported: No service system detected.

The issue was caused by the github.com/kardianos/service dependency, which doesn't provide support for FreeBSD in the previously used version.

Updating it to v1.2.1 fixes the issue.