mirror of
https://github.com/morgan9e/systemd
synced 2026-04-14 08:25:20 +09:00
man: also use title case in systemd.service(5)
Follow-up for: 172dd81e92
This commit is contained in:
committed by
Yu Watanabe
parent
825a1f9ecb
commit
bb176bdb51
@@ -1695,7 +1695,7 @@ WantedBy=multi-user.target</programlisting>
|
||||
just starts one process in the background:</para>
|
||||
|
||||
<programlisting>[Unit]
|
||||
Description=Some simple daemon
|
||||
Description=My Simple Daemon
|
||||
|
||||
[Service]
|
||||
Type=forking
|
||||
@@ -1721,7 +1721,7 @@ WantedBy=multi-user.target</programlisting>
|
||||
The following example shows a typical DBus service:</para>
|
||||
|
||||
<programlisting>[Unit]
|
||||
Description=Simple DBus service
|
||||
Description=Simple DBus Service
|
||||
|
||||
[Service]
|
||||
Type=dbus
|
||||
@@ -1760,7 +1760,7 @@ SystemdService=simple-dbus-service.service</programlisting>
|
||||
daemon would look like this:</para>
|
||||
|
||||
<programlisting>[Unit]
|
||||
Description=Simple notifying service
|
||||
Description=Simple Notifying Service
|
||||
|
||||
[Service]
|
||||
Type=notify-reload
|
||||
|
||||
Reference in New Issue
Block a user