Re: s6 problems logging

2019-01-26 Thread Colin Booth
On Sat, Jan 26, 2019 at 10:15:17PM -0500, Sean MacLennan wrote: > I have a service called doorknob that I want to log the output of. Here > is the run file: > > #!/command/execlineb -P > /usr/sbin/doorknob -fs > > The -f keeps doorknob in the foreground and the -s sends all messages > to stdout.

s6 problems logging

2019-01-26 Thread Sean MacLennan
I have a service called doorknob that I want to log the output of. Here is the run file: #!/command/execlineb -P /usr/sbin/doorknob -fs The -f keeps doorknob in the foreground and the -s sends all messages to stdout. The log/run file is: #!/command/execlineb -P s6-log -b n20 s100 t . My