From 3b17d8a766ce93bdba1b9f19c22018c010d8a780 Mon Sep 17 00:00:00 2001 From: Else Date: Wed, 18 Mar 2026 11:01:36 +0100 Subject: Add macOS build and launchd install support --- init/launchd/omnisearch.plist.in | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 init/launchd/omnisearch.plist.in (limited to 'init') diff --git a/init/launchd/omnisearch.plist.in b/init/launchd/omnisearch.plist.in new file mode 100644 index 0000000..f939738 --- /dev/null +++ b/init/launchd/omnisearch.plist.in @@ -0,0 +1,28 @@ + + + + + Label + @LAUNCHD_LABEL@ + + ProgramArguments + + @INSTALL_BIN_DIR@/omnisearch + + + WorkingDirectory + @DATA_DIR@ + + RunAtLoad + + + KeepAlive + + + StandardOutPath + @LOG_DIR@/omnisearch.log + + StandardErrorPath + @LOG_DIR@/omnisearch.err + + -- cgit v1.2.3