services:cheatsheet
Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
services:cheatsheet [2016/07/06 13:12] – peter | services:cheatsheet [2019/12/04 20:35] (current) – removed peter | ||
---|---|---|---|
Line 1: | Line 1: | ||
- | ====== Services - Cheatsheet ====== | ||
- | |||
- | ===== Service-related commands ===== | ||
- | |||
- | |||
- | | ^systemd^SysVinit^ | ||
- | |Start a service|systemctl start service_name.service|service service_name start| | ||
- | |Stop a service|systemctl stop service_name.service|service service_name stop| | ||
- | |Restart a service |systemctl restart service_name.service|service service_name restart| | ||
- | |Reload a service |systemctl reload service_name.service|service service_name reload| | ||
- | |Service status|systemctl status service_name.service|service service_name status| | ||
- | |Restart a service if already running|systemctl condrestart service_name.service|service service_name condrestart| | ||
- | |Enable service at startup|systemctl enable service_name.service|chkconfig service_name on| | ||
- | |Disable service at startup|systemctl disable service_name.service|chkconfig service_name off| | ||
- | |Check if a service is enabled at startup|systemctl is-enabled service_name.service|chkconfig service_name| | ||
- | |Create a new service file or modify configuration|systemctl daemon-reload service_name.service|chkconfig service_name < | ||
- | |||
- | **NOTE**: | ||
- | |||
- | |||
- | |||
- | ===== Runlevels ===== | ||
- | |||
- | | ^systemd^SysVinit^ | ||
- | |System halt|runlevel0.target, | ||
- | |Single user mode|runlevel1.target, | ||
- | |Multi user|runlevel2.target, | ||
- | |Multi user with network|runlevel3.target, | ||
- | |Experimental|runlevel4.target, | ||
- | |Multi user with network and GUI|runlevel5.target, | ||
- | |Reboot|runlevel5.target, | ||
- | |Emergency shell|emergency.target|emergency| | ||
- | |Change to multi-user runlevel|systemctl isolate multi-user.target|telinit 3| | ||
- | |Set multi-user level for next boot|ln -sf / | ||
- | |Check current runlevel|systemctl get-default|runlevel| | ||
- | |Change default runlevel|systemctl set-default multi-user.target|< | ||
- | |||
- | |||
services/cheatsheet.1467810770.txt.gz · Last modified: 2020/07/15 09:30 (external edit)