From f3bb4a5faa26e57b4c18cc6e443ef0396c5ebf71 Mon Sep 17 00:00:00 2001 From: Christopher Engelhard Date: Wed, 5 Aug 2020 22:48:09 +0200 Subject: [PATCH] fix literal * being interpreted as markup --- modules/ROOT/pages/_partials/ref_mapping-service-commands.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/ROOT/pages/_partials/ref_mapping-service-commands.adoc b/modules/ROOT/pages/_partials/ref_mapping-service-commands.adoc index 3ca33d2..1028b4d 100644 --- a/modules/ROOT/pages/_partials/ref_mapping-service-commands.adoc +++ b/modules/ROOT/pages/_partials/ref_mapping-service-commands.adoc @@ -21,7 +21,7 @@ NOTE: All recent versions of `systemctl` assume the `.service` suffix if left of |`service frobozz status`|`systemctl status frobozz`|Tells whether a service is currently running. |`ls /etc/rc.d/init.d/`|`systemctl` or `systemctl list-unit-files --type=service` or + -`ls /lib/systemd/system/*.service /etc/systemd/system/*.service`|Used to list the services that can be started or stopped + +`ls /lib/systemd/system/\*.service /etc/systemd/system/*.service`|Used to list the services that can be started or stopped + Used to list all the services and other units |`chkconfig frobozz on`|`systemctl enable frobozz`|Turn the service on, for start at next boot, or other trigger.