]> Zhao Yanbai Git Server - minix.git/commitdiff
Manpage, initial version written by Jaap Weel <weel@ugcs.caltech.edu>
authorBen Gras <ben@minix3.org>
Mon, 3 Oct 2005 14:31:28 +0000 (14:31 +0000)
committerBen Gras <ben@minix3.org>
Mon, 3 Oct 2005 14:31:28 +0000 (14:31 +0000)
man/man8/service.8 [new file with mode: 0644]

diff --git a/man/man8/service.8 b/man/man8/service.8
new file mode 100644 (file)
index 0000000..9892b3f
--- /dev/null
@@ -0,0 +1,30 @@
+.TH SERVICE 8
+.SH NAME
+service \- start or stop a system service
+.SH SYNOPSIS
+.PP
+\fBservice up\fR \fIservice\fR [\fB-args\fR \fIargs\fR]
+[\fB-dev\fR \fIspecial\fR]
+.br
+.de FL
+.TP
+\\fB\\$1\\fR
+\\$2
+..
+.de EX
+.TP
+\\fB\\$1\\fR
+\\$2
+..
+.SH DESCRIPTION
+.PP
+Tells the reincarnation server to start a system service, such as a
+device driver. The device driver will be automatically restarted when
+it exits.
+.SH EXAMPLES
+.EX "service up /usr/sbin/dp8390 -args DPETH0=pci" "Start the DP8390 ethernet driver, passing DPEd.
+.SH "SEE ALSO"
+.PP
+.BR boot (8),
+.BR monitor (8)
+