format subsection headers

This commit is contained in:
Christopher Engelhard 2020-08-05 15:14:35 +02:00 committed by lcts
parent 1b3bc29409
commit 7a9fd50cac
4 changed files with 12 additions and 12 deletions

View file

@ -3,13 +3,13 @@
Older versions of Fedora use SysVinit scripts to manage services. This section provides some guidelines on how to convert a SysVinit script to a systemd equivalent.
.Prerequisites
== Prerequisites
* You are logged in as a user with administrator-level permissions.
* You have a custom SysVinit script to convert to a systemd configuration.
.Procedure
== Procedure
. Identify the runlevels in your SysVinit script. This is usually defined with `chkconfig` directive in the commented section at the beginning of the script. For example, the following indicates the service is using runlevels 3, 4, and 5:
+
@ -91,6 +91,6 @@ Alternatively, you can omit `ExecStop` and use the default behavior, which kills
. Review the SysVinit script and identify any additional parameters or functions. Use systemd parameters to replicate any identified SysVinit functions that might be relevant to your service.
.Related Information
== Related Information
* See link:#common-service-parameters[Common service parameters] for more information about the parameters used in this procedure.