[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[shepherd] branch devel updated (03e18f1 -> 5c87fef)
From: |
Ludovic Courtès |
Subject: |
[shepherd] branch devel updated (03e18f1 -> 5c87fef) |
Date: |
Sat, 17 Feb 2024 13:07:17 -0500 (EST) |
civodul pushed a change to branch devel
in repository shepherd.
from 03e18f1 service: Serialize <process> records in their entirety.
new 1784812 service: Add ‘service-log-file’.
new 6bfb21e herd: Display service log file when it is known.
new 23c50d1 service: ‘make-inetd-forkexec-constructor’ returns a
<process>.
new 3490716 support: Add ‘socket-address->string’.
new 0d302e3 service: Define <inetd-service> and serialize it.
new 6c97a4f herd: Display information about inetd services.
new 3de655f service: Define <systemd-service> and serialize it.
new 5c87fef herd: Display information about systemd services.
The 8 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
doc/shepherd.texi | 6 +++
modules/shepherd/scripts/herd.scm | 46 +++++++++++++++++---
modules/shepherd/service.scm | 91 ++++++++++++++++++++++++++++-----------
modules/shepherd/support.scm | 18 +++++++-
tests/inetd.sh | 22 +++++++++-
tests/logging.sh | 5 ++-
tests/status-sexp.sh | 14 +++---
tests/systemd.sh | 5 ++-
8 files changed, 168 insertions(+), 39 deletions(-)
- [shepherd] branch devel updated (03e18f1 -> 5c87fef),
Ludovic Courtès <=
- [shepherd] 01/08: service: Add ‘service-log-file’., Ludovic Courtès, 2024/02/17
- [shepherd] 02/08: herd: Display service log file when it is known., Ludovic Courtès, 2024/02/17
- [shepherd] 06/08: herd: Display information about inetd services., Ludovic Courtès, 2024/02/17
- [shepherd] 03/08: service: ‘make-inetd-forkexec-constructor’ returns a <process>., Ludovic Courtès, 2024/02/17
- [shepherd] 04/08: support: Add ‘socket-address->string’., Ludovic Courtès, 2024/02/17
- [shepherd] 05/08: service: Define <inetd-service> and serialize it., Ludovic Courtès, 2024/02/17
- [shepherd] 07/08: service: Define <systemd-service> and serialize it., Ludovic Courtès, 2024/02/17
- [shepherd] 08/08: herd: Display information about systemd services., Ludovic Courtès, 2024/02/17