Skip to content

Commit

Permalink
Specify correct path for rsyslog socket
Browse files Browse the repository at this point in the history
  • Loading branch information
Erik Anderson committed Sep 27, 2017
1 parent 0a88719 commit fa50a9f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@
block: |
# Create an additional socket for some of the sshd chrooted users.
{% for user in sftp_users %}
$AddUnixListenSocket /home/{{ user.name }}/dev/log
$AddUnixListenSocket {{ sftp_home_partition }}/{{ user.name }}/dev/log
{% endfor %}
# Log internal-sftp in a separate file
Expand Down

0 comments on commit fa50a9f

Please sign in to comment.