Re: [systemd-devel] if StandardInput is set, echo messages from script doesn't show up on terminal.

2016-01-22 Thread Navneet Sinha
I havn't tried on systemd 222. But, I think the problem is pretty easy to reproduce and if the code around StandardInput option has not much changed, then it should reproducible easily even on systemd222. On Thu, Jan 21, 2016 at 10:37 PM, Chris Morgan wrote: > > On Thu, Jan 21, 2016 at 11:59 AM

Re: [systemd-devel] if StandardInput is set, echo messages from script doesn't show up on terminal.

2016-01-21 Thread Chris Morgan
On Thu, Jan 21, 2016 at 11:59 AM, Navneet Sinha wrote: > Gentle Reminder mail for looking into the issue. > > Thanks > Navneet > > On Mon, Jan 18, 2016 at 11:05 PM, Navneet Sinha < > nnavneetsinha1...@gmail.com> wrote: > >> Any updates ? >> >> On Fri, Jan 15, 2016 at 11:16 AM, Navneet Sinha < >>

Re: [systemd-devel] if StandardInput is set, echo messages from script doesn't show up on terminal.

2016-01-21 Thread Navneet Sinha
Gentle Reminder mail for looking into the issue. Thanks Navneet On Mon, Jan 18, 2016 at 11:05 PM, Navneet Sinha wrote: > Any updates ? > > On Fri, Jan 15, 2016 at 11:16 AM, Navneet Sinha < > nnavneetsinha1...@gmail.com> wrote: > >> I have systemd service, say foo.service. >> >> *Service file* >

Re: [systemd-devel] if StandardInput is set, echo messages from script doesn't show up on terminal.

2016-01-18 Thread Navneet Sinha
Any updates ? On Fri, Jan 15, 2016 at 11:16 AM, Navneet Sinha wrote: > I have systemd service, say foo.service. > > *Service file* > > [Unit] > Description=Foo agent. > After=fooAfter.service > Before=fooBefore1.service > Before=fooBefore2.service > > [Service] > # During boot the

[systemd-devel] if StandardInput is set, echo messages from script doesn't show up on terminal.

2016-01-14 Thread Navneet Sinha
I have systemd service, say foo.service. *Service file* [Unit] Description=Foo agent. After=fooAfter.service Before=fooBefore1.service Before=fooBefore2.service [Service] # During boot the foo.sh script reads input from /dev/console. If the user # hits , it will skip waiting for