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

@l4p1n nowhere near as pleasant as just having the console though. Im basically lamenting the lack of built in screen-like functionality.
@krutonium Ohh… yeah this is a pain in the tail >.>