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