diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/admin/4_services.xml | 2 |
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 — 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> |