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:
authorDaniel Morgan <monodanmorg@yahoo.com>2002-05-06 03:14:03 +0400
committerDaniel Morgan <monodanmorg@yahoo.com>2002-05-06 03:14:03 +0400
commit6138d6a7bc82b4c1ce2a475bcbf306aa35e830a2 (patch)
tree24686871ff03b586c803b6dd7fcea0b174f27d64 /web/ado-net
parenta783bffaa9e4e2241e8fb998e88c2eb8901b6dea (diff)
2002-05-05 Daniel Morgan <danmorg@sc.rr.com>
* doc/ado-net: updated to includes an example for running ipc-daemon as a Windows service. Thanks to gonzalo. svn path=/trunk/mono/; revision=4322
Diffstat (limited to 'web/ado-net')
-rw-r--r--web/ado-net10
1 files changed, 8 insertions, 2 deletions
diff --git a/web/ado-net b/web/ado-net
index 7e5c6f18c0f..11162c07f24 100644
--- a/web/ado-net
+++ b/web/ado-net
@@ -150,8 +150,14 @@
ipc-daemon &
or you can set it up as a Windows service. See the
- file cygrunsrv.README at /usr/doc/Cygwin on how to do this. Note the
- troubleshooting section at the end of the cygrunsrv.README file.
+ file cygrunsrv.README at /usr/doc/Cygwin on how to do this
+ for ipc-daemon and postmaster. Note the
+ troubleshooting section at the end of
+ the cygrunsrv.README file.
+
+ To install ipc-daemon as a service,
+ you just have to run 'ipc-daemon --install-as-service' (--remove-as-service)
+ and then run 'net start ipc-daemon'
* Read the installation.html file
at /usr/doc/postgresql-x.x/html/installation.html