From d42c19677ac9dc53c513946ec4d53dffdc87daa2 Mon Sep 17 00:00:00 2001 From: xq2005 Date: Fri, 23 Nov 2012 08:43:48 +0000 Subject: [PATCH] start xcatd at start time on ubuntu git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@14414 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd --- xCAT-server/debian/postinst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xCAT-server/debian/postinst b/xCAT-server/debian/postinst index f731515ee..3a87d05c5 100644 --- a/xCAT-server/debian/postinst +++ b/xCAT-server/debian/postinst @@ -22,7 +22,7 @@ case "$1" in configure) . /etc/profile.d/xcat.sh if [ ! -e "/etc/rc0.d/K60xcatd" ];then - update-rc.d xcatd start 85 3 4 5 . stop 60 0 1 2 6 . + update-rc.d xcatd start 85 2 3 4 5 . stop 60 0 1 6 . else update-rc.d xcatd enable fi