diff options
| author | Laurent Bercot <ska-skaware@skarnet.org> | 2026-01-24 08:25:53 +0000 |
|---|---|---|
| committer | Laurent Bercot <ska-skaware@skarnet.org> | 2026-01-24 08:25:53 +0000 |
| commit | b71b06951c8f9250f87a16cd1e60b2d779bfcfff (patch) | |
| tree | 3ea97d5ca0e6f70f8dcee137422e2d8b6a15a940 /doc | |
| parent | dbaaee871996024e083bbdb83de85f8c287ee999 (diff) | |
| download | s6-rc-b71b06951c8f9250f87a16cd1e60b2d779bfcfff.tar.gz | |
And add similar options to s6-rc-set-install
s6-rc-set-install downs essential services by default. This is
different from the s6-rc-update default.
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/s6-rc-set-install.html | 12 |
1 files changed, 11 insertions, 1 deletions
diff --git a/doc/s6-rc-set-install.html b/doc/s6-rc-set-install.html index 8cdede9..a9fb281 100644 --- a/doc/s6-rc-set-install.html +++ b/doc/s6-rc-set-install.html @@ -31,7 +31,7 @@ the <em>live database</em> of the currently running system. <h2> Interface </h2> <pre> - s6-rc-set-install [ -v <em>verbosity</em> ] [ -r <em>repo</em> ] [ -c <em>bootdb</em> ] [ -l <em>livedir</em> ] [ -f <em>convfile</em> ] [ -b ] [ -K ] <em>set</em> + s6-rc-set-install [ -v <em>verbosity</em> ] [ -r <em>repo</em> ] [ -c <em>bootdb</em> ] [ -l <em>livedir</em> ] [ -f <em>convfile</em> ] [ -b ] [ -K ] [ -e | -E ] <em>set</em> </pre> <ul> @@ -89,6 +89,16 @@ 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> -e, --force-essentials </dt> + <dd> If essential services running in the live database need to be stopped +before the new set is installed, stop them. This is the default, even though +it is <em>not</em> the default in <a href="s6-rc-update.html">s6-rc-update</a>. </dd> + + <dt> -E, --no-force-essentials </dt> + <dd> If essential services running in the live database need to be stopped +before the new set is installed, treat them as really essential and do not +stop them. This may put the machine in an inconsistent state. </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> |
