From a5e5afb89da673ef92fd379daa30596cac46b9d5 Mon Sep 17 00:00:00 2001 From: Christopher Engelhard Date: Wed, 5 Aug 2020 16:22:16 +0200 Subject: [PATCH] reformat headings --- .../_partials/proc_modifying-existing-systemd-services.adoc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/modules/ROOT/pages/_partials/proc_modifying-existing-systemd-services.adoc b/modules/ROOT/pages/_partials/proc_modifying-existing-systemd-services.adoc index 4c41298..aa5b85c 100644 --- a/modules/ROOT/pages/_partials/proc_modifying-existing-systemd-services.adoc +++ b/modules/ROOT/pages/_partials/proc_modifying-existing-systemd-services.adoc @@ -3,13 +3,13 @@ This example shows how to modify an existing service. The files for service modification are stored in a directory within `/etc/systemd/system`. This directory is named after the service. For example, this procedure modifies the `httpd` service. -.Prerequisites +== Prerequisites * You are logged in as a user with administrator-level permissions. * You have a configured `httpd` server running through systemd. -.Procedure +== Procedure . Create a directory for the service modification in the following format: `[SERVICE NAME].service.d`. For example, the directory for the `httpd.service` modification is `httpd.service.d`: + @@ -39,6 +39,6 @@ RestartSec=30 # systemctl restart httpd ---- -.Related Information +== Related Information * See link:#common-service-parameters[Common service parameters] for more information about the parameters used in this procedure.