Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
45 changes: 41 additions & 4 deletions man/openrc-run.8
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
.\" This file may not be copied, modified, propagated, or distributed
.\" except according to the terms contained in the LICENSE file.
.\"
.Dd November 30, 2017
.Dd February 14, 2026
.Dt openrc-run 8 SMM
.Os OpenRC
.Sh NAME
Expand Down Expand Up @@ -59,7 +59,6 @@ Resets the service state to stopped and removes all saved data about the
service.
.El
.Pp
The following options affect how the service is run:
.Bl -tag -width "RC_DEFAULTLEVEL"
.It Fl d , -debug
Set xtrace on in the shell to assist in debugging.
Expand All @@ -79,7 +78,6 @@ Shows which services would be stopped and/or started without actually stopping
or starting them.
.El
.Pp
The following variables affect the service script:
.Bl -tag -width "RC_DEFAULTLEVEL"
.It Ar extra_commands
Space separated list of extra commands the service defines. These should
Expand Down Expand Up @@ -260,7 +258,46 @@ which will export
and listen for notifications. At the moment supporting
.Ar READY=1 Ns .
.El
.Pp
.Ss Default start/stop
The following table lists all the variables that are used by the
default start and stop functions.
.TS
allbox tab(:);
ci ci ci ci
c c c c .
variable:start-stop-daemon:supervise-daemon:s6
capabilities:start:start:
chroot:start:start,stop:start
command:stop:stop:start
command_args:::start
command_args_foreground:::start
command_user:start:start:start
directory:start:start:start
error_log:start:start:start
error_logger:start:start:start
healthcheck_delay::start:
healthcheck_timer::start:
input_file:start:start:start
no_new_privs:start:start:
notify:start:start:start
output_log:start:start:start
output_logger:start:start:start
pidfile:start,stop:start,stop:
procname:start,stop::
respawn_delay::start:
respawn_max::start:
respawn_period::start:
retry:stop:start:
s6_log_arguments:::start
secbits:start:start:
stopsig:stop::stop
supervise_daemon_args::start:
timeout_down:::stop
timeout_kill:::stop
timeout_ready:::start
umask:start:start:start
.TE
.Ss Ambient process capabilities
The following options affect the ambient capabilities of processes on Linux.
See
.Xr capabilities 7 .
Expand Down
Loading