This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
computing:linux:services_startup [2018/02/28 07:31] gcooper |
computing:linux:services_startup [2018/02/28 09:09] (current) gcooper |
||
---|---|---|---|
Line 1: | Line 1: | ||
====== Services Startup Configuration Notes ====== | ====== Services Startup Configuration Notes ====== | ||
- | ===== Systemd | + | ===== systemd |
https:// | https:// | ||
- | List services: | + | * '' |
+ | * '' | ||
+ | |||
+ | **List** services: | ||
< | < | ||
Line 11: | Line 14: | ||
</ | </ | ||
- | Enable | + | **Query status, enable |
+ | |||
+ | < | ||
+ | systemctl [is-enabled|enable|disable] < | ||
+ | </ | ||
+ | |||
+ | List all **enabled** services: | ||
+ | |||
+ | < | ||
+ | systemctl list-unit-files | grep enabled | ||
+ | </ | ||
+ | List **currently running** services: | ||
< | < | ||
- | systemctl | + | systemctl | grep running |
</ | </ | ||
- | ===== SysVInit | + | ===== sysvinit |
< | < |