From 2a5c615a05edcc00e4e7f7e8fe4543dfbbc63d80 Mon Sep 17 00:00:00 2001 From: Valentin David Date: Mon, 8 Apr 2024 14:06:23 +0200 Subject: [PATCH] snapd.sshd-keygen.service: install to ssh.service.wants The keys are only need to be generated if the ssh service is to be started. --- .../snapd.sshd-keygen.service | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename static/usr/lib/systemd/system/{multi-user.target.wants => ssh.service.wants}/snapd.sshd-keygen.service (100%) diff --git a/static/usr/lib/systemd/system/multi-user.target.wants/snapd.sshd-keygen.service b/static/usr/lib/systemd/system/ssh.service.wants/snapd.sshd-keygen.service similarity index 100% rename from static/usr/lib/systemd/system/multi-user.target.wants/snapd.sshd-keygen.service rename to static/usr/lib/systemd/system/ssh.service.wants/snapd.sshd-keygen.service