From f4acd5afa0e70d5fac4716a4977157d5e997a81f Mon Sep 17 00:00:00 2001 From: Jiri Slaby Date: Wed, 23 Nov 2011 16:35:42 +0100 Subject: [PATCH] scripts: cgconfig, wait for ypbind This is to allow username from an NIS service to work with cgconfig properly. Signed-off-by: Jiri Slaby --- scripts/init.d/cgconfig.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/init.d/cgconfig.in b/scripts/init.d/cgconfig.in index d7387d12..14aa2e3a 100644 --- a/scripts/init.d/cgconfig.in +++ b/scripts/init.d/cgconfig.in @@ -23,8 +23,8 @@ # Provides: cgconfig # Required-Start: # Required-Stop: -# Should-Start: -# Should-Stop: +# Should-Start: ypbind +# Should-Stop: ypbind # Short-Description: Create and setup control group filesystem(s) # Description: Create and setup control group filesystem(s) ### END INIT INFO -- 2.47.2