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:28] 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 ===== | ||
+ | |||
+ | https:// | ||
+ | |||
+ | * '' | ||
+ | * '' | ||
+ | |||
+ | **List** services: | ||
< | < | ||
- | / | + | service --status-all |
</ | </ | ||
- | ===== CentOS/ | + | **Query status, enable or disable** a service: |
< | < | ||
- | chkconfig | + | systemctl [is-enabled|enable|disable] |
- | + | ||
- | chkconfig | + | |
</ | </ | ||
- | ===== Debian/ | + | List all **enabled** services: |
- | https:// | + | < |
- | + | systemctl | |
- | List services: | + | </ |
+ | List **currently running** | ||
< | < | ||
- | service --status-all | + | systemctl | grep running |
</ | </ | ||
- | Enable or disable a service: | + | ===== sysvinit ===== |
< | < | ||
- | systemctl [enable|disable] | + | / |
</ | </ | ||
+ | ===== CentOS/ | ||
+ | < | ||
+ | chkconfig --list | ||
+ | chkconfig < | ||
+ | </ | ||
- | Older: | + | ===== Debian/ |
< | < |