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.
36 lines
1.2 KiB
36 lines
1.2 KiB
2 years ago
|
From 17a3bad51a7efefd6dc63249c49ddaabda6cbd19 Mon Sep 17 00:00:00 2001
|
||
|
From: Lukas Nykryn <lnykryn@redhat.com>
|
||
|
Date: Thu, 28 Aug 2014 15:12:10 +0200
|
||
|
Subject: [PATCH] man: mention System Administrator's Guide in systemctl
|
||
|
manpage
|
||
|
|
||
|
RHEL-only
|
||
|
|
||
|
Resolves: #1982596
|
||
|
---
|
||
|
man/systemctl.xml | 11 +++++++++++
|
||
|
1 file changed, 11 insertions(+)
|
||
|
|
||
|
diff --git a/man/systemctl.xml b/man/systemctl.xml
|
||
|
index 1c14909523..3b3d709ab3 100644
|
||
|
--- a/man/systemctl.xml
|
||
|
+++ b/man/systemctl.xml
|
||
|
@@ -2455,6 +2455,17 @@ 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 comparsion
|
||
|
+ with old service and chkconfig command please see:
|
||
|
+ <ulink url="https://access.redhat.com/documentation/en-us/red_hat_enterprise_linux/9/html/configuring_basic_system_settings/managing-system-services-with-systemctl_configuring-basic-system-settings">
|
||
|
+ Managing System Services
|
||
|
+ </ulink>
|
||
|
+ </para>
|
||
|
+ </refsect1>
|
||
|
+
|
||
|
<refsect1>
|
||
|
<title>See Also</title>
|
||
|
<para>
|