From 502d4fd7a5e474fafccee108f05822e9e694ee6a Mon Sep 17 00:00:00 2001 From: "A. Wilcox" Date: Thu, 15 Nov 2018 02:00:04 -0600 Subject: Admin: 4: Syntax fix --- src/admin/4_services.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 @@ Enabling and disabling services Security NoticeRemember to always review a service's documentation and best practices for configuration before enabling and starting the service. To enable a service, you may use the command rc-update add SERVICE default, where SERVICE is the name of the service — in this example, sshd. This adds the service to OpenRC's default runlevel, 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 the official OpenRC documentation for more information. - To disable a service, and prevent it from automatically starting on system boot, you may use the command rc-update del SERVICE default, where SERVICE is the name of the service. + To disable a service, and prevent it from automatically starting on system boot, you may use the command rc-update del SERVICE default, where SERVICE is the name of the service.
Starting, stopping, and restarting services -- cgit v1.2.3-60-g2f50