civodul pushed a change to branch wip-goopsless in repository shepherd. from a353fa5 service: Use 'lookup-service' instead of 'lookup-services'. new d884dca monitoring: Log registered service names. new d672aa0 service: Turn 'doc' method into a procedure. new a3c83a5 service: Turn 'action' method into a procedure. new e2362c2 squash! service: Use 'lookup-service' instead of 'lookup-services'. new f74971b service: Turn 'start' method into a procedure. new 553810b service: Turn 'stop' method into a procedure. new 174457f squash! service: Use 'lookup-service' instead of 'lookup-services'. new 89853a3 service: 'stop-service' returns the list of stopped services, not names.
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 | 60 +++----- modules/shepherd.scm | 39 +++-- modules/shepherd/service.scm | 253 +++++++++++++++++--------------- modules/shepherd/service/monitoring.scm | 3 +- modules/shepherd/service/repl.scm | 2 +- modules/shepherd/support.scm | 2 +- tests/basic.sh | 2 +- tests/inetd.sh | 4 +- tests/logging.sh | 4 +- tests/pid-file.sh | 4 +- tests/respawn.sh | 4 +- tests/services/monitoring.sh | 1 + tests/signals.sh | 4 +- tests/status-sexp.sh | 2 +- 14 files changed, 199 insertions(+), 185 deletions(-)