Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMiguel de Icaza <miguel@gnome.org>2007-05-05 20:28:35 +0400
committerMiguel de Icaza <miguel@gnome.org>2007-05-05 20:28:35 +0400
commitaea8c74934da56381d9329bda7725051539d1e4c (patch)
tree94c1ef72448da2ecf226ffccb9a0b2858a713793 /man/mono-service.1
parent0d3d95cd8b08a7598fce5e613589ee378a5494e8 (diff)
Describe 2.0 functionality
svn path=/trunk/mono/; revision=76749
Diffstat (limited to 'man/mono-service.1')
-rw-r--r--man/mono-service.15
1 files changed, 4 insertions, 1 deletions
diff --git a/man/mono-service.1 b/man/mono-service.1
index b8bd50f1570..419289cabe5 100644
--- a/man/mono-service.1
+++ b/man/mono-service.1
@@ -10,7 +10,7 @@
..
.TH Mono "Mono 1.0"
.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