diff options
Diffstat (limited to 'init/s6')
| -rwxr-xr-x | init/s6/run | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/init/s6/run b/init/s6/run index f82a54e..bce82e0 100755 --- a/init/s6/run +++ b/init/s6/run @@ -1,3 +1,4 @@ -#!/bin/execlineb -P +#! /bin/execlineb -P foreground { s6-setsid -g } -exec -c chpst -u omnisearch:omnisearch /usr/bin/omnisearch
\ No newline at end of file +cd /etc/omnisearch +exec s6-setuidgid omnisearch /usr/bin/omnisearch
\ No newline at end of file |
