X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=man%2Fmono-service.1;h=8a1a99caf1c93823c2521b1c026e7d46d89153f8;hb=HEAD;hp=b8bd50f157031048960cc0d9162dfe5a5acf744c;hpb=c0b53da182328f18cc1fba2608e1cf53ccd8f3b1;p=mono.git diff --git a/man/mono-service.1 b/man/mono-service.1 index b8bd50f1570..8a1a99caf1c 100644 --- a/man/mono-service.1 +++ b/man/mono-service.1 @@ -8,9 +8,9 @@ .if t .sp .5v .if n .sp .. -.TH Mono "Mono 1.0" +.TH Mono "mono-service" .SH NAME -mono-service \- Mono ServiceProcess host +mono-service, mono-service2 \- Mono ServiceProcess host .SH SYNOPSIS .PP .B mono-service [options] program.exe @@ -18,6 +18,9 @@ mono-service \- Mono ServiceProcess host The \fImono-service\fP is a host to run services built with the ServiceProcess assembly. .PP +Use \fImono-service\fP to run services that use the 1.0 assemblies and +use \fImono-service2\fP to run services that use the 2.0 assemblies. +.PP Services can be paused by sending the SIGUSR1 signal to the process, and execution can be resumed by sending the SIGUSR2 signal. The service can be cleanly shutdown by sending the SIGTERM signal to the