diff options
| author | Robert Günzler <r@gnzler.io> | 2021-11-15 13:01:29 +0100 |
|---|---|---|
| committer | Robert Günzler <r@gnzler.io> | 2021-11-15 13:01:29 +0100 |
| commit | de0082649836e741dc2b2ff257465f2130b8fa35 (patch) | |
| tree | 8424be43548f1244cf3c13586fcdcb7053ecc73b /.local/share/s6/oguri | |
| parent | 3cf45c29b17f8cc2f41e586de3463250e79007f0 (diff) | |
s6: add loggers
Diffstat (limited to '.local/share/s6/oguri')
| -rwxr-xr-x | .local/share/s6/oguri/log/run | 3 | ||||
| -rwxr-xr-x | .local/share/s6/oguri/run | 4 |
2 files changed, 5 insertions, 2 deletions
diff --git a/.local/share/s6/oguri/log/run b/.local/share/s6/oguri/log/run new file mode 100755 index 0000000..97be5a9 --- /dev/null +++ b/.local/share/s6/oguri/log/run @@ -0,0 +1,3 @@ +#!/bin/execlineb -P +foreground { mkdir -p /var/log/s6/oguri } +/bin/s6-log -b s1 T /var/log/s6/oguri diff --git a/.local/share/s6/oguri/run b/.local/share/s6/oguri/run index 3d0c440..0d5493b 100755 --- a/.local/share/s6/oguri/run +++ b/.local/share/s6/oguri/run @@ -1,2 +1,2 @@ -#!/bin/execlineb -P -oguri +#!/bin/sh +exec oguri 2>&1 |