diff --git a/manifests/service.pp b/manifests/service.pp
index c9bc28bbd13117bb32f5c423876cb23c8f489519..c3f185dac97b757c2491555130aa8495b1d5be73 100644
--- a/manifests/service.pp
+++ b/manifests/service.pp
@@ -3,6 +3,6 @@ class postfix::service {
     ensure    => running,
     enable    => true,
     hasstatus => true,
-    restart   => 'service postfix reload',
+    restart   => '/etc/init.d/postfix reload',
   }
 }