File: sqlr-stop.8

package info (click to toggle)
sqlrelay 1%3A0.37.1-3.1
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k
  • size: 13,084 kB
  • ctags: 6,691
  • sloc: cpp: 48,136; python: 10,118; ansic: 9,673; java: 9,195; php: 8,839; perl: 8,827; sh: 8,554; ruby: 8,516; tcl: 5,039; makefile: 3,665
file content (27 lines) | stat: -rw-r--r-- 881 bytes parent folder | download | duplicates (2)
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 8 "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).