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 s1000000 t .
My understanding is that the stdout should go to s6-log and be put in
log/current. But nothing seems to be logged.
Cheers,
Sean
https://github.com/smaclennan/doorknob
Received on Sun Jan 27 2019 - 03:15:17 UTC