aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorLaurent Bercot <ska-skaware@skarnet.org>2026-01-17 23:07:49 +0000
committerLaurent Bercot <ska-skaware@skarnet.org>2026-01-17 23:07:49 +0000
commit25f4880b88f77188cc8a099832cafa814d7c2930 (patch)
tree0fea8aa3ae4fe6a9d11447e56c0b9cc00848b509 /doc
parente469b5e1acd7efe60b92678cba0a00b891a68659 (diff)
downloads6-rc-25f4880b88f77188cc8a099832cafa814d7c2930.tar.gz
Add --no-update option to s6-rc-set-install
Diffstat (limited to 'doc')
-rw-r--r--doc/s6-rc-set-install.html7
1 files changed, 7 insertions, 0 deletions
diff --git a/doc/s6-rc-set-install.html b/doc/s6-rc-set-install.html
index c3051f4..8cdede9 100644
--- a/doc/s6-rc-set-install.html
+++ b/doc/s6-rc-set-install.html
@@ -88,6 +88,13 @@ is the path to that old database. It can e.g. be used by automation to keep
the possibility of rollbacks.
By default, s6-rc-set-install will delete the old live database after
successfully updating to the new one. </dd>
+
+ <dt> --no-update </dt>
+ <dd> Only copy the database from the repository and link it as boot database;
+do not run <a href="s6-rc-update.html">s6-rc-update</a>. This should <em>only</em>
+be used for a first installation, never when services are already managed with
+s6-rc &mdash; else it bypasses the check that the default enabled service set
+is actually viable, and might give an unpleasant surprise at next boot. </dd>
</dl>
<h2> Exit codes </h2>