aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* s6_repository.html: small cleanupColin Booth2026-01-231-8/+8
|
* s6_process.html: remove a lot of awkward and verbose command descriptionsColin Booth2026-01-231-38/+20
| | | | | | | | All the subcommands said "If s6-svscan is running on /run/service, and /run/service/foobar is a valid service directory supervising a foobard daemon, then s6 process COMMAND foobar will <do thing that had already been described in the previous sentence." This seemed really extra and I removed all of those and instead opted for a brief caveat at the top of the page.
* s6_live.html: minor text and link cleanupColin Booth2026-01-231-17/+15
| | | | note: expects an id in s6-rc-update.html for converesion files
* s6-frontend-helper-echo.html: active voiceColin Booth2026-01-231-5/+4
|
* s6-frontend.conf.htmlColin Booth2026-01-231-3/+3
| | | | Minor gramatical cleanup, nothing major.
* s6-frontend.htmlColin Booth2026-01-231-9/+8
| | | | Minor language cleanup, nothing big.
* s6.html: consolidate a lot of duplicate text into a single noteColin Booth2026-01-231-30/+15
| | | | | Note, this is missing a callout about what the default behavior is for the color option.
* overview.html: reorder sections to have a better conceptual flowColin Booth2026-01-231-74/+71
| | | | note: expects an id in s6-rc-compile.html for the source format.
* index.html: add subcommand list, minor editsColin Booth2026-01-231-9/+20
| | | | | Having to bounce through s6.html just to get to the list of s6 subcommands was lame so I added a separate section for those.
* s6-rc -X is now s6-rc --no-lock (not public)Laurent Bercot2026-01-211-1/+1
|
* Next batch of fixes, add s6 set deleteLaurent Bercot2026-01-2112-15/+69
|
* hmmm, what's happening with live_startstop?Laurent Bercot2026-01-205-35/+8
|
* Batch of fixes!Laurent Bercot2026-01-208-40/+29
|
* Add s6-frontend-helper-echo, fix live_status and process_startstopLaurent Bercot2026-01-209-9/+112
|
* Some bugfixesLaurent Bercot2026-01-202-2/+2
|
* Some fixesLaurent Bercot2026-01-196-13/+24
|
* Lots of code cleanup; refactor pretty-printingLaurent Bercot2026-01-1920-78/+75
|
* typo fixesLaurent Bercot2026-01-192-1/+7
|
* Doc fixes, .pc fixLaurent Bercot2026-01-192-2/+3
|
* Add some explanation of maskingLaurent Bercot2026-01-181-1/+5
|
* live_install fix, doc fixLaurent Bercot2026-01-182-2/+2
|
* Add s6 live install --init ; finish and fix documentationLaurent Bercot2026-01-1813-204/+434
|
* Minor changes and fixes; doc for s6 setLaurent Bercot2026-01-1611-23/+386
|
* Better live_status and live_stop_everything, more docLaurent Bercot2026-01-135-20/+394
|
* Don't use tablesLaurent Bercot2026-01-121-49/+33
|
* Add doc for s6 process and s6 liveLaurent Bercot2026-01-123-1/+553
|
* Doc typo fixesLaurent Bercot2026-01-112-3/+3
|
* Add repository_check; add basic documentationLaurent Bercot2026-01-1115-73/+682
|
* Update deps, update some docsLaurent Bercot2026-01-068-387/+21
|
* Fill out help files, change storepath into storelistLaurent Bercot2026-01-0620-44/+152
|
* Help system seems to workLaurent Bercot2025-12-246-19/+28
|
* Save before experimenting with help processing system...Laurent Bercot2025-12-2419-126/+126
|
* Split live into live and systemLaurent Bercot2025-12-2311-135/+231
|
* releng fixesLaurent Bercot2025-12-231-1/+1
|
* Complete set of commands for s6-frontendLaurent Bercot2025-12-2115-4/+447
|
* Complete base functionalityLaurent Bercot2025-11-269-155/+129
|
* Add a lot of subcommands, see a nice framework emergeLaurent Bercot2025-11-1118-66/+692
|
* Add live_statusLaurent Bercot2025-11-101-4/+199
|
* Refactor and implement live_restartLaurent Bercot2025-11-102-60/+94
|
* move service commands to liveLaurent Bercot2025-11-0924-201/+320
|
* Now it builds againLaurent Bercot2025-11-0515-126/+149
|
* Lots of work done, doesn't build yet, next commit willLaurent Bercot2025-11-0440-1756/+371
| | | | | | | | - alias subsystem moved to s6 - config subsystem deleted - new helpers subsystem, with a s6-frontend-helper-kill program - new s6f_equote function, to execline-quote an argv - started the adaptation to the new s6-rc functions, in progress
* Update depsLaurent Bercot2025-10-302-4/+4
|
* Separate s6 from s6-frontend, fix configure for no-nsss buildLaurent Bercot2025-10-2429-43/+133
|
* Document sr.ht mirrorLaurent Bercot2025-09-241-1/+2
|
* Update depsLaurent Bercot2025-08-192-12/+12
|
* fix depsLaurent Bercot2025-07-012-1/+2
| | | | Signed-off-by: Laurent Bercot <ska@appnovation.com>
* Adapt to mkdirpLaurent Bercot2025-06-304-22/+5
| | | | Signed-off-by: Laurent Bercot <ska@appnovation.com>
* Hard depend on nsss, part 2Laurent Bercot2025-06-305-24/+4
| | | | Signed-off-by: Laurent Bercot <ska@appnovation.com>
* Hard depend on nsssLaurent Bercot2025-06-303-3/+3
| | | | Signed-off-by: Laurent Bercot <ska@appnovation.com>