openbsd-ports/sysutils/blackbox_exporter/pkg
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
..
blackbox_exporter.rc remove rcs IDs in ports that I maintain 2022-03-07 21:36:41 +00:00
DESCR
PLIST Stop using the daemon class in @newuser. 2022-11-08 11:16:56 +00:00
README remove rcs IDs in ports that I maintain 2022-03-07 21:36:41 +00:00

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

By default, Blackbox exporter runs as an unprivileged user. This is
suitable for probing TCP (including HTTP, HTTPS) and DNS endpoints. In
order to probe ICMP endpoints you must run as root - to do this using
the supplied rc.d script you can use the following commands:

    rcctl enable blackbox_exporter
    rcctl set blackbox_exporter user root