summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorA. Wilcox <AWilcox@Wilcox-Tech.com>2018-11-15 02:00:04 -0600
committerA. Wilcox <AWilcox@Wilcox-Tech.com>2018-11-15 02:00:04 -0600
commit502d4fd7a5e474fafccee108f05822e9e694ee6a (patch)
treea05a62788690fbf121de03d0421a30b428193d34
parentb1e2bca22584074d11e83263eca9f7a5a1ec27ec (diff)
downloaddocs-502d4fd7a5e474fafccee108f05822e9e694ee6a.tar.gz
docs-502d4fd7a5e474fafccee108f05822e9e694ee6a.tar.bz2
docs-502d4fd7a5e474fafccee108f05822e9e694ee6a.tar.xz
docs-502d4fd7a5e474fafccee108f05822e9e694ee6a.zip
Admin: 4: Syntax fix
-rw-r--r--src/admin/4_services.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/admin/4_services.xml b/src/admin/4_services.xml
index 735d19b..f4473c8 100644
--- a/src/admin/4_services.xml
+++ b/src/admin/4_services.xml
@@ -14,7 +14,7 @@
<title>Enabling and disabling services</title>
<warning><title>Security Notice</title><para>Remember to always review a service's documentation and best practices for configuration before enabling and starting the service.</para></warning>
<para>To enable a service, you may use the command <command>rc-update add <userinput>SERVICE</userinput> default</command>, where <userinput>SERVICE</userinput> is the name of the service &mdash; in this example, <literal>sshd</literal>. This adds the service to OpenRC's <firstterm>default runlevel</firstterm>, which means the service will automatically start when the system is booted. You may configure other runlevels based on your needs; however, this process is beyond the scope of this handbook. Refer to <ulink url="https://wiki.gentoo.org/wiki/Handbook:AMD64/Working/Initscripts">the official OpenRC documentation</ulink> for more information.</para>
- <para>To disable a service, and prevent it from automatically starting on system boot, you may use the command <command>rc-update del <userinput>SERVICE</userinput> default</command>, where <userinput>SERVICE</command> is the name of the service.</para>
+ <para>To disable a service, and prevent it from automatically starting on system boot, you may use the command <command>rc-update del <userinput>SERVICE</userinput> default</command>, where <userinput>SERVICE</userinput> is the name of the service.</para>
</section>
<section>
<title>Starting, stopping, and restarting services</title>