sshd: set KillMode for the correct unitfile
This commit is contained in:
parent
4127490926
commit
43c576557a
@ -19,5 +19,5 @@
|
|||||||
- name: sshd.service.d
|
- name: sshd.service.d
|
||||||
file: path=/etc/systemd/system/sshd.service.d/ state=directory
|
file: path=/etc/systemd/system/sshd.service.d/ state=directory
|
||||||
- name: ssh service KillMode
|
- 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
|
notify: Reload systemd
|
||||||
|
Loading…
Reference in New Issue
Block a user