Open
Description
See #2454
This could be solved by having crc
start the daemon automatically when needed, and the daemon shuts down automatically after a few minutes idle.
There are at least 2 ways of doing this, either crc takes care of the spawning/process monitoring/..., or we try to take advantage of preexisting OS facilities (systemd user services, launchd user daemons or agents, both need socket/on demand activationo).
Activity