mirror of
https://github.com/willshersystems/ansible-sshd
synced 2024-11-10 05:33:29 +01:00
9 lines
241 B
Django/Jinja
9 lines
241 B
Django/Jinja
[Unit]
|
|
Description=OpenBSD Secure Shell server per-connection daemon
|
|
After=auditd.service
|
|
|
|
[Service]
|
|
ExecStart=-{{ sshd_binary }} -i -f {{ sshd_config_file }}
|
|
StandardInput=socket
|
|
RuntimeDirectory={{ sshd_binary }}
|
|
RuntimeDirectoryMode=0755
|