Re: [systemd-devel] Reusing stdout-syslog-bridge under sshd

2011-09-19 Thread Lennart Poettering
On Wed, 07.09.11 19:36, Albert Strasheim ([email protected]) wrote: > > Hello > > On Wed, Sep 7, 2011 at 7:11 PM, Albert Strasheim wrote: > > Finally my question: is it possible for my custom shell to connect > > stderr of bar to stdout-syslog-bridge? Is this feasible, or was > > stdout-syslog-

Re: [systemd-devel] Reusing stdout-syslog-bridge under sshd

2011-09-07 Thread Albert Strasheim
Hello On Wed, Sep 7, 2011 at 7:11 PM, Albert Strasheim wrote: > Finally my question: is it possible for my custom shell to connect > stderr of bar to stdout-syslog-bridge? Is this feasible, or was > stdout-syslog-bridge designed to interact with systemd only? Okay, wow, that was easy: printf "s

[systemd-devel] Reusing stdout-syslog-bridge under sshd

2011-09-07 Thread Albert Strasheim
Hello all We have the following situation: We have a service that is exposed through OpenSSH. The unit looks like this: [Unit] Description=bar Server [Service] ExecStart=-@/usr/sbin/sshd bar -ddd -i -f /etc/ssh/sshd_config_bar StandardInput=socket StandardOutput=socket StandardError=syslog [I