diff options
| author | frosty <gabriel@bwaaa.monster> | 2026-03-16 22:26:00 -0400 |
|---|---|---|
| committer | frosty <gabriel@bwaaa.monster> | 2026-03-16 22:26:00 -0400 |
| commit | 0317ff26d5de091fd3717e97bb1ee38f3011a25d (patch) | |
| tree | a841d87ec5679792053c920df3f6a663e0d86d39 /init/s6/run | |
| parent | 916c815b08908428498cb643955b6f7d1c32e666 (diff) | |
| download | omnisearch-0317ff26d5de091fd3717e97bb1ee38f3011a25d.tar.gz | |
feature: added installation command and service files
Diffstat (limited to 'init/s6/run')
| -rwxr-xr-x | init/s6/run | 3 |
1 files changed, 3 insertions, 0 deletions
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 |
