On Di, 27.11.18 19:07, Dinesh Prasanth Moluguwan Krishnamoorthy
([email protected]) wrote:
> Hi,
>
> I'm trying to write a Java program that queries user for password. The
> difficulty I'm facing is, this java program is started using `systemd`
> service.
>
> I'm aware that `systemd` service
Hi,
I'm trying to write a Java program that queries user for password. The
difficulty I'm facing is, this java program is started using `systemd`
service.
I'm aware that `systemd` services are meant to run non-interactively.
I'm trying to change it based on my program's need.
I was reading abou