mirror of
https://github.com/willshersystems/ansible-sshd
synced 2024-11-05 19:33:30 +01:00
Merge pull request #93 from tterranigma/service_fix
Fixes bad option in systemd service file
This commit is contained in:
commit
5d6262a474
1 changed files with 1 additions and 1 deletions
|
@ -10,7 +10,7 @@ KillMode=process
|
|||
Restart=on-failure
|
||||
RestartPreventExitStatus=255
|
||||
Type=notify
|
||||
RuntimeDirectory={{ sshd_binary }}
|
||||
RuntimeDirectory={{ sshd_binary | basename }}
|
||||
RuntimeDirectoryMode=0755
|
||||
|
||||
[Install]
|
||||
|
|
Loading…
Reference in a new issue