Skip to content

Commit

Permalink
fix: typo
Browse files Browse the repository at this point in the history
  • Loading branch information
mattwillsher committed Jun 13, 2024
1 parent 9818765 commit 7fcc9c4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions templates/sshd.socket.j2
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,6 @@ FreeBind={{ 'yes' if __sshd_socket_freebind else 'no' }}

[Install]
WantedBy=sockets.target
{% if __ssh_socket_required_by is not none %}
RequiredBy={{ __ssh_socket_required_by }}
{% if __sshd_socket_required_by is not none %}
RequiredBy={{ __sshd_socket_required_by }}
{% endif %}

0 comments on commit 7fcc9c4

Please sign in to comment.