mirror of
https://github.com/xcat2/xcat-core.git
synced 2025-07-14 00:31:31 +00:00
add xcatserver, xcatclient to the default postscripts for the service group on Linux
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@5125 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
@ -1001,7 +1001,7 @@ sub initDB
|
||||
}
|
||||
|
||||
$chtabcmds .=
|
||||
"$::XCATROOT/sbin/chtab node=service postscripts.postscripts='servicenode'";
|
||||
"$::XCATROOT/sbin/chtab node=service postscripts.postscripts='servicenode,xcatserver,xcatclient'";
|
||||
|
||||
my $outref = xCAT::Utils->runcmd("$chtabcmds", 0);
|
||||
if ($::RUNCMD_RC != 0)
|
||||
|
Reference in New Issue
Block a user