Another try to fix xinetd vs. systemd
[mirror/dsa-puppet.git] / modules / vsftpd / manifests / site_systemd.pp
index 4825897..346a978 100644 (file)
@@ -70,6 +70,7 @@ define vsftpd::site_systemd (
                        Exec['systemctl daemon-reload'],
                        File["/etc/systemd/system/vsftpd-${name}@.service"],
                        File["/etc/systemd/system/vsftpd-${name}.socket"],
+                       Service['xinetd'],
                ],
                provider => systemd,
        }