[Bug 258488] net/rabbitmq: fix pidfile in rabbitmq rc.d script
- In reply to: bugzilla-noreply_a_freebsd.org: "[Bug 258488] net/rabbitmq: fix pidfile in rabbitmq rc.d script"
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 05 Oct 2021 11:22:20 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=258488
Dave Cottlehuber <dch@freebsd.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
URL| |https://reviews.freebsd.org
| |/D32312
--- Comment #3 from Dave Cottlehuber <dch@freebsd.org> ---
we don't need pidfile at all here, it's only used to wait for rabbitmq to start
up, which we can leave to run in background.
we can switch to `rabbitmqctl shutdown` for halting, which doesn't require
pidfile either then.
See https://reviews.freebsd.org/D32312 for possible solution.
But if you need external pidfile for other reason, then this won't work.
--
You are receiving this mail because:
You are the assignee for the bug.