ajacoutot c4096e6659 Stop using the daemon class in @newuser.
If we need to make an exception we can do it and properly document the
reason but by default we should just use the default login class.
rc.d uses daemon or the login class provided in login.conf.d so this has
no impact there.

discussed with sthen@, tb@ and robert@

praying that my grep/sed skills did not break anything and still
believing in portbump :-)
2022-11-08 11:16:56 +00:00
..
2022-03-11 19:57:10 +00:00
2022-11-08 11:16:56 +00:00
2022-03-11 19:57:10 +00:00

+-----------------------------------------------------------------------
| Running ${PKGSTEM} on OpenBSD
+-----------------------------------------------------------------------

OpenBSD-specific Limitations
============================
OpenBSD is not on the list of supported platforms:
https://www.elastic.co/support/matrix

Running Logstash
================
Logstash should be started with it's own uid/gid _logstash, since this user
has all necessary filesystem permissions. For example, if you want to check
the configuration, use doas(1):

    # doas -u _logstash ${TRUEPREFIX}/logstash/bin/logstash -t

Or if you want to manage plugins:

    # doas -u _logstash ${TRUEPREFIX}/logstash/bin/logstash-plugin install <plugin>

Upgrading Logstash
==================
Please refer to the upstream documentation when performing upgrades:
https://www.elastic.co/guide/en/logstash/current/upgrading-logstash.html