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.