From 189bdcb95d4d2346ad5859c2717e7b94dcca018b Mon Sep 17 00:00:00 2001 From: Adam Misnyovszki Date: Thu, 20 Feb 2014 15:34:05 +0100 Subject: Add --force option to ipactl If an error occurs in the start up sequence in ipactl start/restart, all the services are stopped. Using the --force option prevents stopping of services that have successfully started, just skips the services which can not be started. ipactl status now shows stopped services also, if the directory server is running. With the contribution of Ana Krivokapic https://fedorahosted.org/freeipa/ticket/3509 Reviewed-By: Martin Kosek --- install/tools/man/ipactl.8 | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'install/tools/man/ipactl.8') diff --git a/install/tools/man/ipactl.8 b/install/tools/man/ipactl.8 index 05be8e0e..5a1fd27a 100644 --- a/install/tools/man/ipactl.8 +++ b/install/tools/man/ipactl.8 @@ -37,3 +37,9 @@ Stop all of the services that make up IPA .TP restart Stop then start all of the services that make up IPA +.TP +\fB\-d\fR, \fB\-\-debug\fR +Display debugging information +.TP +\fB\-f\fR, \fB\-\-force\fR +If any service start fails, do not rollback the services, continue with the operation -- cgit