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-
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
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