service stop/start instead of restart in postinstall
authorFaiyaz Ahmed <faiyaza@cs.princeton.edu>
Tue, 31 Jul 2007 18:21:46 +0000 (18:21 +0000)
committerFaiyaz Ahmed <faiyaza@cs.princeton.edu>
Tue, 31 Jul 2007 18:21:46 +0000 (18:21 +0000)
NodeManager.spec

index 164492c..dcab222 100644 (file)
@@ -56,7 +56,8 @@ chkconfig --add conf_files
 chkconfig conf_files on
 chkconfig --add nm
 chkconfig nm on
-service nm restart
+service nm stop
+service nm start
 
 
 %preun