sshd: set KillMode for the correct unitfile

This commit is contained in:
Jörg Thalheim 2015-04-13 08:01:07 +00:00
parent 4127490926
commit 43c576557a
1 changed files with 1 additions and 1 deletions

View File

@ -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