hmm, this too
[mirror/dsa-puppet.git] / modules / rsync / manifests / site.pp
index 489f157..bb2ee14 100644 (file)
@@ -42,7 +42,7 @@ define rsync::site (
                id          => "${name}-rsync",
                server      => '/usr/bin/rsync',
                port        => 'rsync',
-               server_args => $fname_real,
+               server_args => "--daemon --config=${fname_real}",
                ferm        => false,
                instances   => $max_clients,
                require     => File[$fname_real]