xinetd has a broken init script as well
[mirror/dsa-puppet.git] / modules / xinetd / manifests / init.pp
index 845c802..79e2359 100644 (file)
@@ -5,8 +5,10 @@ class xinetd {
        }
 
        service { 'xinetd':
-               ensure  => running,
-               noop    => true,
-               require => Package['xinetd']
+               ensure    => running,
+               hasstatus => false,
+               pattern   => '/usr/sbin/xinetd',
+               noop      => true,
+               require   => Package['xinetd']
        }
 }