This shows you the differences between two versions of the page.
Next revision | Previous revision | ||
computing:linux:services_startup [2014/03/10 12:45] gcooper created |
computing:linux:services_startup [2018/02/28 09:09] (current) gcooper |
||
---|---|---|---|
Line 1: | Line 1: | ||
====== Services Startup Configuration Notes ====== | ====== Services Startup Configuration Notes ====== | ||
+ | |||
+ | ===== systemd ===== | ||
+ | |||
+ | https:// | ||
+ | |||
+ | * '' | ||
+ | * '' | ||
+ | |||
+ | **List** services: | ||
+ | |||
+ | < | ||
+ | service --status-all | ||
+ | </ | ||
+ | |||
+ | **Query status, enable or disable** a service: | ||
+ | |||
+ | < | ||
+ | systemctl [is-enabled|enable|disable] < | ||
+ | </ | ||
+ | |||
+ | List all **enabled** services: | ||
+ | |||
+ | < | ||
+ | systemctl list-unit-files | grep enabled | ||
+ | </ | ||
+ | List **currently running** services: | ||
+ | |||
+ | < | ||
+ | systemctl | grep running | ||
+ | </ | ||
+ | |||
+ | ===== sysvinit ===== | ||
+ | |||
+ | < | ||
+ | / | ||
+ | </ | ||
===== CentOS/ | ===== CentOS/ |