From 0f3d41651aef6c4371f142b6ea6fd24c3968e471 Mon Sep 17 00:00:00 2001 From: Philippe PITTOLI Date: Mon, 20 Apr 2020 12:31:35 +0200 Subject: [PATCH] WeirdOS => Baguette --- doc/service.1.scd | 2 +- doc/service.7.scd | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/service.1.scd b/doc/service.1.scd index 086b441..e80747e 100644 --- a/doc/service.1.scd +++ b/doc/service.1.scd @@ -25,7 +25,7 @@ service - system services control and querying interface *service* is a tool that starts, stops, lists, queries, creates or removes system services. *service* abstracts their configuration and handles their dependencies to one another. -Some general concepts about WeirdOS’ services management and boot procedure can be found in *service*(7). +Some general concepts about Baguette’ services management and boot procedure can be found in *service*(7). # USAGE diff --git a/doc/service.7.scd b/doc/service.7.scd index 4a8f589..0c0aded 100644 --- a/doc/service.7.scd +++ b/doc/service.7.scd @@ -34,11 +34,11 @@ Directory in which the metadata about environments of services handled by *servi The *root* environment is virtual and does not have a matching entry. -## /usr/weirdos/share/services +## /usr/baguette/share/services Directory in which the behavior of services is stored. -## /usr/weirdos/share/templates +## /usr/baguette/share/templates Directory in which configuration templates to be used by service’s *gen-config* are stored.