Ludovic Courtès <l...@gnu.org> skribis: > With OpenSSH turned into inetd style in commit > 808b9e850491c7b1d867a5f1f4d5ee6f61f345d4, the service upgrade code used > by ‘guix system reconfigure’ and ‘guix deploy’ wrongfully decides that > the ‘sshd-*’ transient services corresponding to individual SSH > connections should be closed:
Fixed with: eeb8ac43c8 services: shepherd: Do not unload transient services. a2c759c830 services: herd: Report whether a service is transient. Ludo’.