/usr/share/doc/xotcl-doc/readings/xo-daemon.html is in xotcl-doc 1.6.7-2.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
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 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 | <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" "http://www.w3.org/TR/REC-html40/frameset.dtd">
<HTML>
<HEAD>
<TITLE>XOTcl - Documentation -- ./apps/utils/xo-daemon</TITLE>
<LINK REL="StyleSheet" HREF="xotcl-doc.css" TYPE="text/css">
</HEAD>
<BODY BGCOLOR="FFFFFF">
<h1>
<IMG SRC="./logo-100.jpg" ALT="./apps/utils/xo-daemon" ALIGN="MIDDLE">
./apps/utils/xo-daemon</h1>
<HR>
<P>
<h2> Package/File Information </h2>
<b> No package provided/required </b>
<BR>
<BR>
<b> Filename: </b>
<A HREF="./apps/utils/xo-daemon">
./apps/utils/xo-daemon
</A>
<BR>
<BR>
<TABLE BORDER="0">
<TR VALIGN="top">
<TD VALIGN="top">
<em> Description:</em>
</TD>
<TD VALIGN="top">
This script can be used to start/stop/restart xotcl daemons
and maintains the process IDs, log files and means for easy
restart.
<p>
It receives as first parameter the name of the xotcl script
to be executed followed by the desired action and optional
parameters. The specified action can be
<UL>
<LI> <EM>start</EM>: the specified script is started in
the background, an entry to restart is generated in
the run-directory as well as the process id of the started
script. In addition a logfile is created in the log directory.
If the start of the script fails, the error messages are
shown.
<LI> <EM>startall</EM>: all scripts that were started before
via this script, are started
<LI> <EM>stop</EM> terminates te specified script.
<LI> <EM>stopall</EM> terminates all scripts started via this
command
<LI> <EM>restart</EM> tries to restart the specified script.
</UL>
The optional parameters are:
<UL>
<LI> <EM>-logir</EM> specifies the directory for logging.
The default is ~/.xotcl/log.
<LI> <EM>-rundir</EM> specifies the directory where
the information about the running processes is kept.
The default is ~/.xotcl/run.
</UL>
</TD>
</TR>
<TR VALIGN="top">
<TD VALIGN="top">
<em> Authors:</em>
</TD>
<TD VALIGN="top">
Gustaf Neumann, Gustaf.Neumann@wu-wien.ac.at
</TD>
</TR>
<TR VALIGN="top">
<TD VALIGN="top">
<em> Date:</em>
</TD>
<TD VALIGN="top">
[::xotcl::rcs date {$Date: 2006/02/18 22:17:32 $}]
</TD>
</TR>
</TABLE>
<BR>
<BR>
</P>
<HR>
<P>
</P>
<A HREF="./index.html">
Back to index page.
</A>
<BR>
<HR>
<P>
</P>
</BODY>
</HTML>
|