about summary refs log tree commit diff
Commit message (Collapse)AuthorAgeFilesLines
* Simplify selfpipe managementLaurent Bercot2023-04-078-22/+17
| | | | Signed-off-by: Laurent Bercot <ska@appnovation.com>
* version: 2.11.3.2 v2.11.3.2Laurent Bercot2023-04-025-5/+20
| | | | Signed-off-by: Laurent Bercot <ska@appnovation.com>
* version: 2.11.3.1 v2.11.3.1Laurent Bercot2023-04-021-3/+8
| | | | Signed-off-by: Laurent Bercot <ska@appnovation.com>
* Remove obsolete declarationLaurent Bercot2023-03-091-1/+0
| | | | Signed-off-by: Laurent Bercot <ska@appnovation.com>
* Prepare for 2.11.3.1, rlimit shenanigansLaurent Bercot2023-02-266-8/+33
| | | | Signed-off-by: Laurent Bercot <ska@appnovation.com>
* version: 2.11.3.0 v2.11.3.0Laurent Bercot2023-02-171-2/+2
| | | | Signed-off-by: Laurent Bercot <ska@appnovation.com>
* Update depsLaurent Bercot2023-02-173-5/+9
| | | | Signed-off-by: Laurent Bercot <ska@appnovation.com>
* Makefile simplificationLaurent Bercot2023-02-171-1/+0
| | | | Signed-off-by: Laurent Bercot <ska@appnovation.com>
* NEWS updateLaurent Bercot2023-02-171-0/+1
| | | | Signed-off-by: Laurent Bercot <ska@appnovation.com>
* Clarify the use of shutdown() in s6-ioconnectLaurent Bercot2023-02-091-0/+11
| | | | Signed-off-by: Laurent Bercot <ska@appnovation.com>
* Autodetect socket endpoints in s6-ioconnect, deprecate -0167Laurent Bercot2023-02-092-32/+35
| | | | Signed-off-by: Laurent Bercot <ska@appnovation.com>
* Copy the new template, not the old one!Laurent Bercot2023-02-081-10/+15
| | | | Signed-off-by: Laurent Bercot <ska@appnovation.com>
* Add s6_servicedir_instances_recreate_offline functionsLaurent Bercot2023-02-085-3/+95
| | | | | | | This will be used for more transparent instance management in s6-rc. Signed-off-by: Laurent Bercot <ska@appnovation.com>
* Prepare for 2.11.3.0Laurent Bercot2023-02-064-4/+8
| | | | Signed-off-by: Laurent Bercot <ska@appnovation.com>
* Add s6-svc -QLaurent Bercot2023-02-063-25/+29
| | | | Signed-off-by: Laurent Bercot <ska@appnovation.com>
* Don't create instance/instances subdirs in s6-rc source defsLaurent Bercot2023-01-311-8/+10
| | | | Signed-off-by: Laurent Bercot <ska@appnovation.com>
* Prepare for 2.11.2.1, move template location, change file listLaurent Bercot2023-01-319-14/+41
| | | | Signed-off-by: Laurent Bercot <ska@appnovation.com>
* Doc typo fixLaurent Bercot2023-01-281-1/+1
| | | | Signed-off-by: Laurent Bercot <ska@appnovation.com>
* Doc typo fixesLaurent Bercot2023-01-162-2/+2
| | | | Signed-off-by: Laurent Bercot <ska@appnovation.com>
* version: 2.11.2.0 v2.11.2.0Laurent Bercot2023-01-141-0/+1
| | | | Signed-off-by: Laurent Bercot <ska@appnovation.com>
* Doc clarificationLaurent Bercot2023-01-131-2/+14
| | | | Signed-off-by: Laurent Bercot <ska@appnovation.com>
* Doc clarificationLaurent Bercot2023-01-111-6/+6
| | | | Signed-off-by: Laurent Bercot <ska@appnovation.com>
* Doc typo fixLaurent Bercot2023-01-111-1/+1
| | | | Signed-off-by: Laurent Bercot <ska@appnovation.com>
* Mention -D/-U edge case in s6-supervise docLaurent Bercot2023-01-111-0/+6
| | | | Signed-off-by: Laurent Bercot <ska@appnovation.com>
* Doc fixesLaurent Bercot2023-01-113-19/+15
| | | | Signed-off-by: Laurent Bercot <ska@appnovation.com>
* More bugfixesLaurent Bercot2023-01-115-67/+60
| | | | | | And doc fixes Signed-off-by: Laurent Bercot <ska@appnovation.com>
* Add doc for s6-instance-list and s6-instance-statusLaurent Bercot2023-01-108-13/+146
| | | | Signed-off-by: Laurent Bercot <ska@appnovation.com>
* Add s6-instance-list, s6-instance-status (no doc yet)Laurent Bercot2023-01-1015-41/+213
| | | | Signed-off-by: Laurent Bercot <ska@appnovation.com>
* Doc typo fixesLaurent Bercot2023-01-092-5/+6
| | | | Signed-off-by: Laurent Bercot <ska@appnovation.com>
* Next batch of fixesLaurent Bercot2023-01-0910-8/+50
| | | | Signed-off-by: Laurent Bercot <ska@appnovation.com>
* First batch of fixes, more to come >.>Laurent Bercot2023-01-095-21/+22
| | | | Signed-off-by: Laurent Bercot <ska@appnovation.com>
* Add instances implementation (still needs testing)Laurent Bercot2023-01-0922-13/+881
| | | | Signed-off-by: Laurent Bercot <ska@appnovation.com>
* Doc typo fixLaurent Bercot2023-01-061-1/+1
| | | | Signed-off-by: Laurent Bercot <ska@appnovation.com>
* Refactor libs6auto, add s6-instance-maker (untested)Laurent Bercot2022-12-2317-201/+497
| | | | Signed-off-by: Laurent Bercot <ska@appnovation.com>
* Update execline dep; s6-envdir QoLLaurent Bercot2022-12-214-4/+4
| | | | Signed-off-by: Laurent Bercot <ska@appnovation.com>
* s6-log: add p directive to add a prefix to every lineLaurent Bercot2022-12-072-17/+54
| | | | Signed-off-by: Laurent Bercot <ska@appnovation.com>
* s6-svwait shouldn't exit early on supervisor deathLaurent Bercot2022-12-055-25/+34
| | | | Signed-off-by: Laurent Bercot <ska@appnovation.com>
* s6-ipcclient: more typo fixesLaurent Bercot2022-11-301-1/+1
| | | | Signed-off-by: Laurent Bercot <ska@appnovation.com>
* s6-svc: typo fixLaurent Bercot2022-11-301-1/+1
| | | | Signed-off-by: Laurent Bercot <ska@appnovation.com>
* Adapt to skalibs-2.13.0.0Laurent Bercot2022-11-2968-71/+83
| | | | Signed-off-by: Laurent Bercot <ska@appnovation.com>
* Doc fixLaurent Bercot2022-10-262-1/+11
| | | | Signed-off-by: Laurent Bercot <ska@appnovation.com>
* s6-supervise QoL: only skip 1-second restart delay when service was readyLaurent Bercot2022-10-042-14/+26
| | | | Signed-off-by: Laurent Bercot <ska@appnovation.com>
* s6-svscan QoL: close stdout on exit if catch-all logger is presentLaurent Bercot2022-09-281-3/+13
| | | | | | This should allow the catch-all logger to exit at the same time. Signed-off-by: Laurent Bercot <ska@appnovation.com>
* bugfix: s6-accessrules-fs-from-cdb's incorrectly terminated stringLaurent Bercot2022-09-212-4/+4
| | | | | | Also overview typo fix. Signed-off-by: Laurent Bercot <ska@appnovation.com>
* Add upper limit to -c in s6-svscanLaurent Bercot2022-08-215-14/+35
| | | | | | Also document it, and document changes to s6-supervise Signed-off-by: Laurent Bercot <ska@appnovation.com>
* Pass service name as an argument to the service scriptLaurent Bercot2022-08-201-2/+4
| | | | Signed-off-by: Laurent Bercot <ska@appnovation.com>
* Factor s6_auto_write_logrun into a new libs6autoLaurent Bercot2022-08-209-46/+91
| | | | | | libs6auto distinct from libs6 because of execline dep. Signed-off-by: Laurent Bercot <ska@appnovation.com>
* Prepare for 2.11.2.0Laurent Bercot2022-08-181-1/+1
| | | | Signed-off-by: Laurent Bercot <ska@appnovation.com>
* Update syslogd exampleLaurent Bercot2022-08-184-19/+21
| | | | Signed-off-by: Laurent Bercot <ska@appnovation.com>
* Add s6_servicedir_file_listLaurent Bercot2022-08-184-3/+54
| | | | Signed-off-by: Laurent Bercot <ska@appnovation.com>