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.