You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
34 lines
1.2 KiB
34 lines
1.2 KiB
From 024e4e1989e8e1a8d67429ab7f36dcca5734f81b Mon Sep 17 00:00:00 2001
|
|
From: Frantisek Sumsal <fsumsal@redhat.com>
|
|
Date: Thu, 14 Dec 2023 10:56:51 +0100
|
|
Subject: [PATCH] man: mention RHEL documentation in systemctl's man page
|
|
|
|
Resolves: RHEL-19436
|
|
|
|
rhel-only
|
|
---
|
|
man/systemctl.xml | 10 ++++++++++
|
|
1 file changed, 10 insertions(+)
|
|
|
|
diff --git a/man/systemctl.xml b/man/systemctl.xml
|
|
index 55310c974e..1df0b158bd 100644
|
|
--- a/man/systemctl.xml
|
|
+++ b/man/systemctl.xml
|
|
@@ -2518,6 +2518,16 @@ Jan 12 10:46:45 example.com bluetoothd[8900]: gatt-time-server: Input/output err
|
|
<xi:include href="common-variables.xml" xpointer="urlify"/>
|
|
</refsect1>
|
|
|
|
+ <refsect1>
|
|
+ <title>Examples</title>
|
|
+ <para>
|
|
+ For examples how to use systemctl in comparison with old service and chkconfig commands please see:
|
|
+ <ulink url="https://access.redhat.com/documentation/en-us/red_hat_enterprise_linux/9/html/configuring_basic_system_settings/managing-systemd_configuring-basic-system-settings#managing-system-services-with-systemctl_managing-systemd">
|
|
+ Managing System Services
|
|
+ </ulink>
|
|
+ </para>
|
|
+ </refsect1>
|
|
+
|
|
<refsect1>
|
|
<title>See Also</title>
|
|
<para>
|