mirror of
https://pagure.io/fedora-docs/quick-docs.git
synced 2024-11-24 21:35:17 +00:00
fix literal * being interpreted as markup
This commit is contained in:
parent
ac8c154d2a
commit
f3bb4a5faa
1 changed files with 1 additions and 1 deletions
|
@ -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.
|
||||
|
|
Loading…
Reference in a new issue