From 0317ff26d5de091fd3717e97bb1ee38f3011a25d Mon Sep 17 00:00:00 2001 From: frosty Date: Mon, 16 Mar 2026 22:26:00 -0400 Subject: feature: added installation command and service files --- init/s6/log/run | 2 ++ init/s6/run | 3 +++ 2 files changed, 5 insertions(+) create mode 100755 init/s6/log/run create mode 100755 init/s6/run (limited to 'init/s6') diff --git a/init/s6/log/run b/init/s6/log/run new file mode 100755 index 0000000..6f01241 --- /dev/null +++ b/init/s6/log/run @@ -0,0 +1,2 @@ +#!/bin/execlineb -P +exec -c chpst -u omnisearch:omnisearch s6-log -d 3 /var/log/omnisearch \ No newline at end of file diff --git a/init/s6/run b/init/s6/run new file mode 100755 index 0000000..f82a54e --- /dev/null +++ b/init/s6/run @@ -0,0 +1,3 @@ +#!/bin/execlineb -P +foreground { s6-setsid -g } +exec -c chpst -u omnisearch:omnisearch /usr/bin/omnisearch \ No newline at end of file -- cgit v1.2.3