aboutsummaryrefslogtreecommitdiffstats
path: root/doc/s6-rc-bundle.html
Commit message (Collapse)AuthorAgeFilesLines
* Prepare for 0.7.0.0; lots of changes!Laurent Bercot2026-06-141-138/+0
| | | | | | | | | | | | | | | - s6-rc-bundle deleted. Changing bundles without recompiling is not supported anymore. (It works, but it incentivizes poor workflows; it is better to handle stuff at the source level and recompile when in doubt, that's what s6-frontend does.) - new db format, need to recompile and use s6-rc-format-upgrade on new live db - support for the reload-signal file in service directories - new reload scripts for oneshots (which is why the db format has changed) - new "s6-rc reload" command, calling s6-svc -l on longruns (which makes use of reload-signal, HUP by default) and the reload script on oneshots - the live state now tracks when a service has been explicitly brought up as opposed to by pulled by dependencies. Nothing uses the feature for now but now the tech is there for an auto-stop-if-unneeded feature.
* Update deps/docs/mirrorsLaurent Bercot2026-04-041-0/+1
|
* Switch doc to schemeless URLsLaurent Bercot2017-05-231-5/+5
|
* Doc typo fixLaurent Bercot2017-04-111-1/+1
|
* Don't wait on locks by default (fail instead); add a -b option to get the ↵Laurent Bercot2017-03-231-3/+8
| | | | | | waiting behaviour Also fix a few types in s6-rc-compile (unsigned int -> uint32_t for avltree indices)
* No need for -a in s6-rc -u invocation; remove -X from dryrun printLaurent Bercot2015-09-231-2/+2
|
* - some work on s6-rc-updateLaurent Bercot2015-08-291-0/+132
- add s6-rc-bundle and relevant doc