summaryrefslogtreecommitdiffstats
path: root/templates/man1/startpar.1.pot
blob: 4867dcb9c640546a8329628fb49a55a956b9b5af (plain)
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
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
# SOME DESCRIPTIVE TITLE
# Copyright (C) YEAR Free Software Foundation, Inc.
# This file is distributed under the same license as the PACKAGE package.
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
#
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"POT-Creation-Date: 2023-06-27 19:52+0200\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Language: \n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"

#. type: TH
#: debian-bookworm debian-unstable
#, no-wrap
msgid "STARTPAR"
msgstr ""

#. type: TH
#: debian-bookworm debian-unstable
#, no-wrap
msgid "Mar 2019"
msgstr ""

#. type: SH
#: debian-bookworm debian-unstable
#, no-wrap
msgid "NAME"
msgstr ""

#. type: Plain text
#: debian-bookworm debian-unstable
msgid "startpar - start runlevel scripts in parallel"
msgstr ""

#. type: SH
#: debian-bookworm debian-unstable
#, no-wrap
msgid "SYNOPSIS"
msgstr ""

#. type: Plain text
#: debian-bookworm debian-unstable
msgid ""
"B<startpar> [B<-p> I<par>] [B<-i> I<iorate>] [B<-e> I<etcdir>] [B<-n>] [B<-"
"t> I<timeout>] [B<-T> I<global_timeout>] [B<-a> I<arg>] B<prg1> B<prg2> B<..."
">"
msgstr ""

#. type: Plain text
#: debian-bookworm debian-unstable
msgid ""
"B<startpar> [B<-p> I<par>] [B<-i> I<iorate>] [B<-n>] [B<-t> I<timeout>] [B<-"
"T> I<global_timeout>] B<-M [> I<boot>|I<start>|I<stop>]"
msgstr ""

#. type: Plain text
#: debian-bookworm debian-unstable
msgid "B<startpar> [B<-f>]"
msgstr ""

#. type: Plain text
#: debian-bookworm debian-unstable
msgid "B<startpar> [B<-v>]"
msgstr ""

#. type: SH
#: debian-bookworm debian-unstable
#, no-wrap
msgid "DESCRIPTION"
msgstr ""

#. type: Plain text
#: debian-bookworm debian-unstable
msgid ""
"startpar is used to run multiple run-level scripts in parallel.  The degree "
"of parallelism on one B<CPU> can be set with the B<-p> option, the default "
"is full parallelism. An argument to all of the scripts can be provided with "
"the B<-a> option.  Processes blocked by pending B<I/O> will cause new "
"process creation to be weighted by the iorate factor I<800>.  To change this "
"factor the option B<-i> can be used to specify another value.  The amount"
msgstr ""

#. type: Plain text
#: debian-bookworm debian-unstable
#, no-wrap
msgid "weight = (nblocked times iorate) / 1000\n"
msgstr ""

#. type: Plain text
#: debian-bookworm debian-unstable
msgid ""
"will be subtracted from the total number of processes which could be "
"started, where nblocked is the number of processes currently blocked by "
"pending I/O."
msgstr ""

#. type: Plain text
#: debian-bookworm debian-unstable
msgid ""
"The output of each script is buffered and written when the script exits, so "
"output lines of different scripts won't mix. You can modify this behaviour "
"by setting a timeout."
msgstr ""

#. type: Plain text
#: debian-bookworm debian-unstable
msgid ""
"The timeout set with the B<-t> option is used as buffer timeout. If the "
"output buffer of a script is not empty and the last output was I<timeout> "
"seconds ago, startpar will flush the buffer."
msgstr ""

#. type: Plain text
#: debian-bookworm debian-unstable
msgid ""
"The B<-T> option timeout works more globally. If no output is printed for "
"more than I<global_timeout> seconds, startpar will flush the buffer of the "
"script with the oldest output. Afterwards it will only print output of this "
"script until it is finished."
msgstr ""

#. type: Plain text
#: debian-bookworm debian-unstable
msgid ""
"When the B<-n> flag is used, output from a running job is prefixed with the "
"name of the program or script being run."
msgstr ""

#. type: Plain text
#: debian-bookworm debian-unstable
msgid ""
"The B<-M> option switches B<startpar> into a B<make>(1)  like behaviour.  "
"This option takes three different arguments: I<boot>, I<start>, and I<stop> "
"for reading I<.depend.boot> or I<.depend.start> or I<.depend.stop> "
"respectively in the directory I</etc/init.d/>.  By scanning the boot and "
"runlevel scripts in I</etc/init.d/> it then executes the appropriate scripts "
"in parallel."
msgstr ""

#. type: Plain text
#: debian-bookworm debian-unstable
msgid ""
"The B<-e> option allows the user to set the location of the system's etc "
"configuration directory. The default is to use /etc. Using -e we can use "
"alternative locations such as /usr/local/etc."
msgstr ""

#. type: Plain text
#: debian-bookworm debian-unstable
msgid ""
"The B<-f> option causes startpar to copy standard input (stdin) to standard "
"output (stdout)  until startpar reaches the end of input or the process is "
"killed. When -f is used no programs are started and other parameters on the "
"command line are ignored. This option is only kept for legacy purposes."
msgstr ""

#. type: Plain text
#: debian-bookworm debian-unstable
msgid ""
"The B<-v> option tells startpar to print its name and version number. When "
"the version flag is used, all other command line parameters are ignored.  "
"The version number will be printed and startpar then immediately exits."
msgstr ""

#. type: SH
#: debian-bookworm debian-unstable
#, no-wrap
msgid "FILES"
msgstr ""

#. type: Plain text
#: debian-bookworm debian-unstable
msgid "I</etc/init.d/.depend.boot>"
msgstr ""

#. type: Plain text
#: debian-bookworm debian-unstable
msgid "I</etc/init.d/.depend.start>"
msgstr ""

#. type: Plain text
#: debian-bookworm debian-unstable
msgid "I</etc/init.d/.depend.stop>"
msgstr ""

#. type: SH
#: debian-bookworm debian-unstable
#, no-wrap
msgid "SEE ALSO"
msgstr ""

#. type: Plain text
#: debian-bookworm debian-unstable
msgid "B<init>(8), B<insserv>(8),"
msgstr ""

#. type: SH
#: debian-bookworm debian-unstable
#, no-wrap
msgid "COPYRIGHT"
msgstr ""

#. type: Plain text
#: debian-bookworm debian-unstable
msgid "2003,2004 SuSE Linux AG, Nuernberg, Germany."
msgstr ""

#. type: Plain text
#: debian-bookworm debian-unstable
msgid "2007 SuSE LINUX Products GmbH, Nuernberg, Germany."
msgstr ""

#. type: Plain text
#: debian-bookworm debian-unstable
msgid "2019 Jesse Smith"
msgstr ""

#. type: SH
#: debian-bookworm debian-unstable
#, no-wrap
msgid "AUTHOR"
msgstr ""

#. type: Plain text
#: debian-bookworm debian-unstable
msgid "Michael Schroeder E<lt>mls@suse.deE<gt>"
msgstr ""

#. type: Plain text
#: debian-bookworm debian-unstable
msgid "Takashi Iwai E<lt>tiwai@suse.deE<gt>"
msgstr ""

#. type: Plain text
#: debian-bookworm debian-unstable
msgid "Werner Fink E<lt>werner@suse.deE<gt>"
msgstr ""