Is it possible to configure a systemd service to start or stop using a custom keyboard shortcut?
As an example, systemd has a special target "ctrl-alt-del.target" that allows a service to be bound to it. So I think there is a way to create my own systemd targets with custom keybindings but I was not able to find anything about it. In fact I need something "low level" that is able to launch a process (as root) whatever the running software stack (bash, xorg, fullscreen app etc..)