diff options
| author | Laurent Bercot <ska-skaware@skarnet.org> | 2026-01-17 23:07:49 +0000 |
|---|---|---|
| committer | Laurent Bercot <ska-skaware@skarnet.org> | 2026-01-17 23:07:49 +0000 |
| commit | 25f4880b88f77188cc8a099832cafa814d7c2930 (patch) | |
| tree | 0fea8aa3ae4fe6a9d11447e56c0b9cc00848b509 /doc | |
| parent | e469b5e1acd7efe60b92678cba0a00b891a68659 (diff) | |
| download | s6-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.html | 7 |
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 — 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> |
