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, Aug 15, 3:15 PM
Unknown Object (File)
Sat, Aug 15, 5:29 AM
Unknown Object (File)
Thu, Aug 13, 12:40 AM
Unknown Object (File)
Tue, Aug 11, 5:16 PM
Unknown Object (File)
Mon, Aug 10, 12:07 PM
Unknown Object (File)
Mon, Aug 10, 7:58 AM
Unknown Object (File)
Sat, Aug 8, 11:50 PM
Unknown Object (File)
Sat, Aug 8, 8:05 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