Page MenuHomeFreeBSD

textproc/meilisearch: add rc script to allow running as a daemon
ClosedPublic

Authored by dch on Oct 24 2025, 9:06 AM.
Tags
None
Referenced Files
Unknown Object (File)
Sat, Feb 28, 12:09 PM
Unknown Object (File)
Jan 24 2026, 9:59 PM
Unknown Object (File)
Jan 24 2026, 6:02 AM
Unknown Object (File)
Jan 22 2026, 9:44 PM
Unknown Object (File)
Jan 20 2026, 6:01 AM
Unknown Object (File)
Jan 17 2026, 3:46 PM
Unknown Object (File)
Nov 28 2025, 7:17 PM
Unknown Object (File)
Nov 27 2025, 12:28 PM
Subscribers
None

Details

Summary

Minimal rc script to allow running Meilisearch as a service.

If you want, I can extend pkg-plist to auto-create dir & configs:

/var/db/meilisearch
/usr/local/etc/meilisearch/meilisearch.toml

But as the port today doesn't use these, this feels like a good
mid-point to stop at.

Diff Detail

Lint
Lint Skipped
Unit
Tests Skipped
Build Status
Buildable 68067
Build 64950: arc lint + arc unit

Event Timeline

dch requested review of this revision.Oct 24 2025, 9:06 AM
dch created this revision.
dch added a reviewer: ashish.

Hi,

My apologies for getting on to this so late.

I don't use meilisearch anymore, but if you use it, and don't mind maintaining it, then feel free to take the maintainership. I just pushed an update few minutes ago.

If you're not interested in maintaining it, I'll review this diff this week, and get back to you.

Thanks!

I pushed the rc update, but I'm not using it in the project I was planning to.

This revision is now accepted and ready to land.Jan 17 2026, 1:55 PM