diff options
Diffstat (limited to 'init/runit/log/run')
| -rwxr-xr-x | init/runit/log/run | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/init/runit/log/run b/init/runit/log/run index 79f18f2..d3959ea 100755 --- a/init/runit/log/run +++ b/init/runit/log/run @@ -1,2 +1,3 @@ -#!/bin/sh -exec chpst -u omnisearch:omnisearch svlogd -tt /var/log/omnisearch
\ No newline at end of file +#!/bin/sh -e +exec 2>&1 +exec chpst -u omnisearch:omnisearch svlogd -ttt /var/log/omnisearch/ |
