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
F164597790: D53314.diff
Sun, Aug 2, 6:47 AM
Unknown Object (File)
Sat, Aug 1, 12:58 PM
Unknown Object (File)
Thu, Jul 30, 9:08 PM
Unknown Object (File)
Thu, Jul 30, 8:44 PM
Unknown Object (File)
Tue, Jul 28, 7:04 PM
Unknown Object (File)
Sat, Jul 25, 11:31 PM
Unknown Object (File)
Sat, Jul 25, 5:17 PM
Unknown Object (File)
Sat, Jul 25, 1:30 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

Repository
R11 FreeBSD ports repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable

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