source: basicnet/djb/daemontools/daemontools-desc.xml@ f45b1953

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 6.0 6.1 6.2 6.2.0 6.2.0-rc1 6.2.0-rc2 6.3 6.3-rc1 6.3-rc2 6.3-rc3 7.10 7.4 7.5 7.6 7.6-blfs 7.6-systemd 7.7 7.8 7.9 8.0 8.1 8.2 8.3 8.4 9.0 9.1 basic bdubbs/svn elogind gnome initial-import kde5-13430 kde5-14269 kde5-14686 kea ken/TL2024 ken/inkscape-core-mods ken/tuningfonts krejzi/svn lazarus lxqt nosym perl-modules plabs/newcss plabs/python-mods python3.11 qt5new rahul/power-profiles-daemon renodr/vulkan-addition reorg systemd-11177 systemd-13485 trunk upgradedb v1_0 v5_0 v5_0-pre1 v5_1 v5_1-pre1 xry111/intltool xry111/llvm18 xry111/soup3 xry111/test-20220226 xry111/xf86-video-removal
Last change on this file since f45b1953 was f45b1953, checked in by Mark Hymers <markh@…>, 22 years ago

Initial revision

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@3 af4574ff-66df-0310-9fd7-8a98e5e911e0

  • Property mode set to 100644
File size: 2.6 KB
Line 
1<sect2>
2<title>Contents</title>
3
4<para>The daemontools package contains <userinput>svscanboot svscan
5supervise svc svok svstat fghack pgrphack readproctitle multilog tai64n
6tai64nlocal setuidgid envuidgid envdir softlimit</userinput> and
7<userinput>setlock</userinput>. More detailed descriptions of these
8commands may be found at http://cr.yp.to/daemontools.html.</para>
9
10</sect2>
11
12<sect2><title>Description</title>
13
14<sect3><title>svscanboot</title>
15<para>svscanboot is simply a script that calls svscan and pipes its output
16to readproctitle.</para></sect3>
17
18<sect3><title>svscan</title>
19<para>svscan checks the service directory for daemons to run and starts
20a supervise process for each run script that it finds.</para></sect3>
21
22<sect3><title>supervise</title>
23<para>supervise runs the run script passed to it by svscan and monitors
24the process the script starts so that if it dies, supervise restarts it.
25</para></sect3>
26
27<sect3><title>svc</title>
28<para>svc sends signals to processes being run under supervise.
29</para></sect3>
30
31<sect3><title>svok</title>
32<para>svok checks to see that supervise is running in the directory
33passed to it.</para></sect3>
34
35<sect3><title>svstat</title>
36<para>svstat prints the status of processes monitored by supervise.
37</para></sect3>
38
39<sect3><title>fghack</title>
40<para>fghack prevents processes from putting themselves into the
41background.</para></sect3>
42
43<sect3><title>pgrphack</title>
44<para>pgrphack runs a process in a separate process group.</para>
45</sect3>
46
47<sect3><title>readproctitle</title>
48<para>readproctitle displays log entries in the output of ps.</para>
49</sect3>
50
51<sect3><title>multilog</title>
52<para>multilog is a logging program. It takes output from a daemon and
53appends it to any number of logs.</para></sect3>
54
55<sect3><title>tai64n</title>
56<para>tai64n is a timestamp generating program.</para></sect3>
57
58<sect3><title>tai64nlocal</title>
59<para>tai64nlocal converts output of tai64n into a human readable
60format.</para></sect3>
61
62<sect3><title>setuidgid</title>
63<para>setuidgid runs a specified program under a given account's uid
64and gid.</para></sect3>
65
66<sect3><title>envuidgid</title>
67<para>envuidgid performs the same function as setuidgid, but sets
68environment variables $UID and $GID equal to the uid and gid of the
69account specified.</para></sect3>
70
71<sect3><title>envdir</title>
72<para>envdir runs a given program with environment variables specified
73by files in a directory.</para></sect3>
74
75<sect3><title>softlimit</title>
76<para>softlimit allows resource limits to be set for a given program.
77</para></sect3>
78
79<sect3><title>setlock</title>
80<para>setlock locks a file and runs a program.</para></sect3>
81
82</sect2>
83
Note: See TracBrowser for help on using the repository browser.