File: sqlr-stop.8

package info (click to toggle)
sqlrelay 1%3A0.35-10
  • links: PTS
  • area: main
  • in suites: sarge
  • size: 11,944 kB
  • ctags: 6,102
  • sloc: cpp: 41,419; python: 11,007; ansic: 10,279; java: 9,833; perl: 9,500; php: 9,229; ruby: 9,182; sh: 8,700; makefile: 3,474; tcl: 5
file content (27 lines) | stat: -rw-r--r-- 881 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
.\"Created with GNOME Manpages Editor Wizard
.\"http://gmanedit.sourceforge.net
.\"Sergio Rua <srua@gpul.org>
.\"
.TH sqlr-stop 1 "11 17, 2001" "kill running SQLRelay daemons"

.SH NAME
sqlr-stop \- kill running SQLRelay daemons

.SH SYNOPSIS
.B sqlr-stop
[\fB\-id\fP \fIID\fP]

.SH DESCRIPTION
.B sqlr-stop
program is provided to simplify the stop process.

The sqlr-stop command is provided to kill running daemons. It accepts
a single argument, the id of the instance to kill. Running it kills
anything with "sqlr-" and that id in it's name. It uses grep, so it's
not perfect. If you have id's like "web" and "webster" and run
"sqlr-stop web" then it will kill both of them. Running it with no
arguments will kill all SQL Relay processes.

.SH AUTHOR
This manual page was written by Andreas Tille <tille@debian.org>,
for the Debian GNU/Linux system (but may be used by others).