mirror of
https://github.com/willshersystems/ansible-sshd
synced 2024-11-15 16:00:19 +01:00
10 lines
241 B
Text
10 lines
241 B
Text
|
[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
|