From: Faiyaz Ahmed Date: Tue, 31 Jul 2007 18:21:46 +0000 (+0000) Subject: service stop/start instead of restart in postinstall X-Git-Tag: planetlab-4_1-rc2~9 X-Git-Url: http://git.onelab.eu/?a=commitdiff_plain;h=42a0e2b8010a987061f7772244f2a023bf9cd7b9;p=nodemanager.git service stop/start instead of restart in postinstall --- diff --git a/NodeManager.spec b/NodeManager.spec index 164492c..dcab222 100644 --- a/NodeManager.spec +++ b/NodeManager.spec @@ -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