From b08d85ed8036b8d11737c61221b2ae277693120c Mon Sep 17 00:00:00 2001 From: Kohsuke Kawaguchi Date: Mon, 31 Mar 2014 18:25:11 -0700 Subject: [PATCH] Clarify that this is for a single argument. issue #24 highlights the confusion --- README.markdown | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.markdown b/README.markdown index a6d7fbc..7486144 100644 --- a/README.markdown +++ b/README.markdown @@ -180,11 +180,14 @@ Winsw will then wait for the two processes to exit on its own, before reporting When you use the ``, you must use `` instead of ``. See the complete example below: catalina.sh + jpda run catalina.sh stop +Note that the name of the element is `startargument` and not `startarguments`. As such, to specify multiple arguments, you'll specify multiple elements. + ### stoptimeout When the service is requested to stop, winsw first attempts to send Ctrl+C signal to the process, then wait for up to 15 seconds for the process to exit by itself gracefully. A process failing to do that (or if the process does not have a console), then winsw resorts to calling TerminateProcess API to kill the service instantly.