exim/common/rhsbllist: Stop using the obsolete rfc-ignorant.org DNSBLs
[mirror/dsa-puppet.git] / modules / vsftpd / templates / systemd-vsftpd.socket.erb
1 [Unit]
2 Description=vsftpd <%= @name %> (socket)
3
4 [Socket]
5 <% @binds.each do |bind| -%>
6 ListenStream=<%= bind %>:21
7 <% end -%>
8 Accept=true
9 FreeBind=true
10 MaxConnections=<%= @max_clients %>
11
12 [Install]
13 WantedBy=sockets.target