From 73221f23552e7d24666e1059fbe5d04fed64d3f1 Mon Sep 17 00:00:00 2001 From: Sérgio M. Basto Date: Jul 15 2021 15:38:14 +0000 Subject: [PATCH 1/2] Update guidelines/modules/ROOT/pages/Systemd.adoc Try fix title of the page and add toc --- diff --git a/guidelines/modules/ROOT/pages/Systemd.adoc b/guidelines/modules/ROOT/pages/Systemd.adoc index a13e97d..3b47499 100644 --- a/guidelines/modules/ROOT/pages/Systemd.adoc +++ b/guidelines/modules/ROOT/pages/Systemd.adoc @@ -1,4 +1,5 @@ -== Fedora systemd Services += Fedora systemd Services +:toc: This document describes the guidelines for systemd services, for use and inclusion in Fedora packages. From 387fb0f43b6a7c130aad38747c4222beae40cbff Mon Sep 17 00:00:00 2001 From: Sérgio M. Basto Date: Jul 15 2021 15:41:59 +0000 Subject: [PATCH 2/2] Update guidelines/modules/ROOT/pages/Tmpfiles.d.adoc Add tilte to the page and toc --- diff --git a/guidelines/modules/ROOT/pages/Tmpfiles.d.adoc b/guidelines/modules/ROOT/pages/Tmpfiles.d.adoc index 6e8fb5d..6371fde 100644 --- a/guidelines/modules/ROOT/pages/Tmpfiles.d.adoc +++ b/guidelines/modules/ROOT/pages/Tmpfiles.d.adoc @@ -1,3 +1,6 @@ += Tmpfiles.d +:toc: + == Overview tmpfiles.d is a service for managing temporary files and runtime directories for daemons. In this guideline we mainly concentrate on how it is used to populate `+/run+` and `+/run/lock+`. Since `+/run+` is a `+tmpfs+` filesystem, it and its contents must be recreated on every reboot. For files intended to be created there, this should normally not pose any problems. However, directories will often need to be created ahead of time. This is best done using the tmpfiles.d mechanism.