mirror of
https://github.com/tldr-pages/tldr.git
synced 2026-09-01 15:51:29 +08:00
3b67c9bfb8
* systemctl-isolate: add page * chore: Fix broken english Co-authored-by: Managor <42655600+Managor@users.noreply.github.com> --------- Co-authored-by: Managor <42655600+Managor@users.noreply.github.com>
569 B
569 B
systemctl isolate
Start the specified unit with its dependencies and stop all others. Ignores the units which have
IgnoreOnIsolate=yes. More information: https://www.freedesktop.org/software/systemd/man/systemctl.html#isolate%20UNIT.
- Switch to a target (assumed
.targetif no extension provided):
systemctl isolate {{target}}
- Switch to graphical target explicitly:
systemctl isolate graphical.target
- Switch to rescue (single-user) mode:
systemctl isolate rescue.target
- Switch to emergency mode:
systemctl isolate emergency.target