This shows you the differences between two versions of the page.
Both sides previous revision Previous revision | |||
linux:centos7_services [2019/06/18 13:49] admin |
linux:centos7_services [2019/06/18 13:51] (current) admin |
||
---|---|---|---|
Line 16: | Line 16: | ||
===== Check status of service with systemd ===== | ===== Check status of service with systemd ===== | ||
- | ==== systemd service units correspond to system services ==== | + | - systemd service units correspond to system services.Use the following command to display detailed information about a service unit. This example displays information about the ntpd.service service unit. You can omit the .service extension if you want. |
- | + | ||
- | Use the following command to display detailed information about a service unit. This example displays information about the ntpd.service service unit. You can omit the .service extension if you want. | + | |
<code bash> | <code bash> | ||
Line 47: | Line 45: | ||
{{ :linux:service-status-check-in-rhel-centos-7.png |}} | {{ :linux:service-status-check-in-rhel-centos-7.png |}} | ||
- | service status check in RHEL CentOS 7 | ||
- | ==== To list the status of all services: ==== | + | - To list the status of all services: |
<code bash> | <code bash> |