Skip to content

Commit acc1027

Browse files
committed
openrc-run.8: Add "Default stop/start" section and table.
1 parent ef3f90a commit acc1027

File tree

1 file changed

+38
-4
lines changed

1 file changed

+38
-4
lines changed

man/openrc-run.8

Lines changed: 38 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
.\" This file may not be copied, modified, propagated, or distributed
99
.\" except according to the terms contained in the LICENSE file.
1010
.\"
11-
.Dd November 30, 2017
11+
.Dd February 10, 2026
1212
.Dt openrc-run 8 SMM
1313
.Os OpenRC
1414
.Sh NAME
@@ -59,7 +59,6 @@ Resets the service state to stopped and removes all saved data about the
5959
service.
6060
.El
6161
.Pp
62-
The following options affect how the service is run:
6362
.Bl -tag -width "RC_DEFAULTLEVEL"
6463
.It Fl d , -debug
6564
Set xtrace on in the shell to assist in debugging.
@@ -79,7 +78,6 @@ Shows which services would be stopped and/or started without actually stopping
7978
or starting them.
8079
.El
8180
.Pp
82-
The following variables affect the service script:
8381
.Bl -tag -width "RC_DEFAULTLEVEL"
8482
.It Ar extra_commands
8583
Space separated list of extra commands the service defines. These should
@@ -260,7 +258,43 @@ which will export
260258
and listen for notifications. At the moment supporting
261259
.Ar READY=1 Ns .
262260
.El
263-
.Pp
261+
.Ss Default start/stop
262+
The following table lists all the variables that are used by the
263+
default start and stop functions.
264+
.TS
265+
allbox tab(:);
266+
ci ci ci ci
267+
c c c c .
268+
variable:start-stop-daemon:supervise-daemon:s6
269+
_background:start::
270+
_progress:stop::
271+
capabilities:start:start:
272+
chroot:start:start,stop:
273+
command:stop:stop:
274+
command_user:start:start:
275+
directory:start:start:
276+
error_log:start:start:
277+
error_logger:start:start:
278+
healthcheck_delay::start:
279+
healthcheck_timer::start:
280+
input_file:start:start:
281+
no_new_privs:start:start:
282+
notify:start:start:
283+
output_log:start:start:
284+
output_logger:start:start:
285+
pidfile:start,stop:start,stop:
286+
procname:start,stop::
287+
respawn_delay::start:
288+
respawn_max::start:
289+
respawn_period::start:
290+
retry:stop:start:
291+
secbits:start:start:
292+
stopsig:stop::
293+
supervise_daemon_args::start:
294+
timeout_down:::stop
295+
umask:start:start:
296+
.TE
297+
.Ss Ambient process capabilities
264298
The following options affect the ambient capabilities of processes on Linux.
265299
See
266300
.Xr capabilities 7 .

0 commit comments

Comments
 (0)