aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChloe Kudryavtsev <toast@toastin.space>2019-03-07 18:48:46 -0500
committerChloe Kudryavtsev <toast@toastin.space>2019-03-07 18:48:46 -0500
commit05bab5d398b4271e241327aaf6f2a6360280881d (patch)
treeb33b24fe22378495c4c9de97521da45237306feb
parent3964d289f8513f7a32ce6d3a0aa9af8aced93410 (diff)
downloaduser-handbook-05bab5d398b4271e241327aaf6f2a6360280881d.tar.bz2
user-handbook-05bab5d398b4271e241327aaf6f2a6360280881d.tar.xz
[Working] Explain extra+commands - clear TODO
-rw-r--r--modules/Working/pages/openrc.adoc3
1 files changed, 2 insertions, 1 deletions
diff --git a/modules/Working/pages/openrc.adoc b/modules/Working/pages/openrc.adoc
index 7fdf56e..adc6ed5 100644
--- a/modules/Working/pages/openrc.adoc
+++ b/modules/Working/pages/openrc.adoc
@@ -140,7 +140,8 @@ Commands other than `start`, `stop` and `status` may be available.
A common example is `save`, used by `iptables`.
Their usage is identical to that of the built-in ones.
You can look inside the `init.d` script at various `extra*commands` variables which give a listing of the available ones.
-// TODO: what's extra_started_commands etc?
+
+TIP: `extra_started_commands` are extra commands that are only valid when the service is started. Similar logic applies to the rest of them.
// COMBAK: the insanity in sh/opnenrc-init.sh.in
=== Extended `conf.d` Names