From bb176bdb51c10fcee12f9f9fbe6f22e8f97e9ebf Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Mon, 7 Jul 2025 18:11:03 +0200 Subject: [PATCH] man: also use title case in systemd.service(5) Follow-up for: 172dd81e92198d4903a52001e20f0da7f0b9d8b2 --- man/systemd.service.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/man/systemd.service.xml b/man/systemd.service.xml index cc9350f5916..c17ed4fcae1 100644 --- a/man/systemd.service.xml +++ b/man/systemd.service.xml @@ -1695,7 +1695,7 @@ WantedBy=multi-user.target just starts one process in the background: [Unit] -Description=Some simple daemon +Description=My Simple Daemon [Service] Type=forking @@ -1721,7 +1721,7 @@ WantedBy=multi-user.target The following example shows a typical DBus service: [Unit] -Description=Simple DBus service +Description=Simple DBus Service [Service] Type=dbus @@ -1760,7 +1760,7 @@ SystemdService=simple-dbus-service.service daemon would look like this: [Unit] -Description=Simple notifying service +Description=Simple Notifying Service [Service] Type=notify-reload -- 2.47.3