I wish systemd services had a way to interact with the application console (if applicable).
I've taken to creating 'screen' instances inside systemd services to manage services that might need manual interaction.
I wish systemd services had a way to interact with the application console (if applicable).
I've taken to creating 'screen' instances inside systemd services to manage services that might need manual interaction.
@krutonium you can wire up a named pipe or a socket as stdin for a service.
It's not the most idea thing but it gets the job nicely