mirror of
https://github.com/willshersystems/ansible-sshd
synced 2024-11-10 13:43: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
|
Restart=on-failure
|
||||||
RestartPreventExitStatus=255
|
RestartPreventExitStatus=255
|
||||||
Type=notify
|
Type=notify
|
||||||
RuntimeDirectory={{ sshd_binary }}
|
RuntimeDirectory={{ sshd_binary | basename }}
|
||||||
RuntimeDirectoryMode=0755
|
RuntimeDirectoryMode=0755
|
||||||
|
|
||||||
[Install]
|
[Install]
|
||||||
|
|
Loading…
Reference in a new issue