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/footserver/run | |
| parent | 3cf45c29b17f8cc2f41e586de3463250e79007f0 (diff) | |
s6: add loggers
Diffstat (limited to '.local/share/s6/footserver/run')
| -rwxr-xr-x | .local/share/s6/footserver/run | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.local/share/s6/footserver/run b/.local/share/s6/footserver/run index 8d052b3..ff44973 100755 --- a/.local/share/s6/footserver/run +++ b/.local/share/s6/footserver/run @@ -1,2 +1,2 @@ -#!/bin/execlineb -P -foot -s +#!/bin/sh +exec foot -s 2>&1 |