From 43c576557ad81d10901df6a958e2a5034787ba52 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Thalheim?= Date: Mon, 13 Apr 2015 08:01:07 +0000 Subject: [PATCH] sshd: set KillMode for the correct unitfile --- roles/container/tasks/ssh.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/container/tasks/ssh.yml b/roles/container/tasks/ssh.yml index d259660..62c085a 100644 --- a/roles/container/tasks/ssh.yml +++ b/roles/container/tasks/ssh.yml @@ -19,5 +19,5 @@ - name: sshd.service.d file: path=/etc/systemd/system/sshd.service.d/ state=directory - name: ssh service KillMode - copy: src=sshd-killmode.conf dest=/etc/systemd/system/sshd.service.d/killmode.conf + copy: src=sshd-killmode.conf dest=/etc/systemd/system/sshd@.service.d/killmode.conf notify: Reload systemd