From 9c1503cf45c89c262d64f04c29d6498c072968e8 Mon Sep 17 00:00:00 2001 From: Guillem Jover Date: Thu, 26 Apr 2018 13:24:36 +0200 Subject: [PATCH] TT#35912 Switch to a socket activated ssh Match the change in templates. Change-Id: I5678b34ec2b7a60763177e76ad573866fe42a8c3 (cherry picked from commit cb78cf85084932f71a9b24106b3455a44d14174f) --- templates/500_init-daemons-dabian.yaml.tt2 | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/templates/500_init-daemons-dabian.yaml.tt2 b/templates/500_init-daemons-dabian.yaml.tt2 index 5fa1e6f..ca12621 100644 --- a/templates/500_init-daemons-dabian.yaml.tt2 +++ b/templates/500_init-daemons-dabian.yaml.tt2 @@ -48,10 +48,14 @@ service: enabled: true running: true - ssh.service: + ssh.socket: enabled: true running: true + ssh.service: + enabled: false + running: false + telegraf.service: enabled: true running: true