Re: [systemd-devel] How to print debug printf messages when we login using telnet

2019-02-27 Thread Mantas Mikulėnas
On Wed, Feb 27, 2019 at 12:49 PM Dhananjay Patil wrote: > Dear All, > > We successfully login using telnet on board. > > Our application start as systemd service in order to start at boot time. > > We define service as follow: > > [Unit] > > Description=Initmyapplication > > > > [Service] > > Exe

[systemd-devel] How to print debug printf messages when we login using telnet

2019-02-27 Thread Dhananjay Patil
Dear All, We successfully login using telnet on board. Our application start as systemd service in order to start at boot time. We define service as follow: [Unit] Description=Initmyapplication [Service] ExecStart=/usr/bin/myapplication & Our application have some debug messages implemented using