influxdb stop rc script doesn't work in OpenBSD 6.6.

1. Fresh OpenBSD 6.6 installation
2. pkg_add influx + configuration
3. rcctl start influxdb

Works.

4. rcctl stop influxdb timeouts

Currently I work around it by adding custom rc_stop():

rc_stop() {
    pkill -KILL -u _influxdb
}

This is pretty much similar to rspamd rc issue I
reported few days ago, although I suspect the root
cause to have something to do with the "| logger".

Cheers,
Chris

Reply via email to