From 8da65f1397acc2acb73d3e2da46808516bd9cd08 Mon Sep 17 00:00:00 2001 From: Dhaval Giani Date: Thu, 26 Feb 2009 11:53:08 +0000 Subject: bcgroup: Rename 'flash' to 'reload' LSB specifies that 'reload' is the right initscript parameter to stimulate daemon to reread its configuration file. I let the 'flash' still working, in case somebody is used to it, but do not advertise it anywhere. Signed-off-by: Jan Safranek Acked-by: Balbir Singh Signed-off-by: Dhaval Giani git-svn-id: https://libcg.svn.sourceforge.net/svnroot/libcg/trunk@352 4f4bb910-9a46-0410-90c8-c897d4f1cd53 --- README_daemon | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'README_daemon') diff --git a/README_daemon b/README_daemon index b19181c..17e4ea8 100644 --- a/README_daemon +++ b/README_daemon @@ -51,9 +51,9 @@ To stop it, /etc/init.d/cgred stop The restart (stop,start), condrestart (same as restart, but only if the daemon was already started), and status (print whether the daemon is started or -stopped) commands are also supported. An additional command, "flash", allows +stopped) commands are also supported. An additional command, "reload", allows you to reload the configuration file without stopping the daemon. - /etc/init.d/cgred flash + /etc/init.d/cgred reload The cgred script automatically loads configuration from /etc/sysconfig/cgred.conf, which is shipped as samples/cgred.conf. See that file for more information. -- cgit