Suggest different variables to use if we want to tunnel both v4 and v6
[mirror/dsa-puppet.git] / modules / vsftpd / templates / systemd-vsftpd.service.erb
1 [Unit]
2 Description=vsftpd <%= @name %>
3
4 [Service]
5 ExecStart=-/usr/sbin/vsftpd <%= @fname %>
6 StandardInput=socket
7 StandardError=journal
8 CapabilityBoundingSet=CAP_SYS_CHROOT CAP_SETUID CAP_SETGID
9 PrivateDevices=true
10 ProtectHome=true
11 ProtectSystem=full