Re: [systemd-devel] Java program that prompts password using systemd service

2018-11-28 Thread Lennart Poettering
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

[systemd-devel] Java program that prompts password using systemd service

2018-11-27 Thread Dinesh Prasanth Moluguwan Krishnamoorthy
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