From 42a0e2b8010a987061f7772244f2a023bf9cd7b9 Mon Sep 17 00:00:00 2001 From: Faiyaz Ahmed Date: Tue, 31 Jul 2007 18:21:46 +0000 Subject: [PATCH] service stop/start instead of restart in postinstall --- NodeManager.spec | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 -- 2.47.0