From a8380a125d40ff0ae88f2ba25a518346f2063a1a Mon Sep 17 00:00:00 2001 From: Emanuele Giuseppe Esposito Date: Tue, 26 Oct 2021 16:15:47 +0200 Subject: remove unnecessary EOF string in disable-sshd-keygen-if-cloud-init-active.conf (#1075) Running 'systemd-analyze verify cloud-init-local.service' triggers the following warning: disable-sshhd-keygen-if-cloud-init-active.conf:8: Missing '=', ignoring line. The string "EOF" is probably a typo, so remove it. Signed-off-by: Emanuele Giuseppe Esposito --- systemd/disable-sshd-keygen-if-cloud-init-active.conf | 1 - 1 file changed, 1 deletion(-) diff --git a/systemd/disable-sshd-keygen-if-cloud-init-active.conf b/systemd/disable-sshd-keygen-if-cloud-init-active.conf index 71e35876..1a5d7a5a 100644 --- a/systemd/disable-sshd-keygen-if-cloud-init-active.conf +++ b/systemd/disable-sshd-keygen-if-cloud-init-active.conf @@ -5,4 +5,3 @@ # [Unit] ConditionPathExists=!/run/systemd/generator.early/multi-user.target.wants/cloud-init.target -EOF -- cgit v1.2.3