diff options
Diffstat (limited to 'init/s6')
| -rwxr-xr-x | init/s6/log/run | 2 | ||||
| -rwxr-xr-x | init/s6/run | 3 |
2 files changed, 5 insertions, 0 deletions
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 |
