mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-02-09 22:46:36 +00:00
Update cheatsheets
This commit is contained in:
26
tldr/linux/systemctl-isolate
Normal file
26
tldr/linux/systemctl-isolate
Normal file
@@ -0,0 +1,26 @@
|
||||
---
|
||||
syntax: markdown
|
||||
tags: [tldr, linux]
|
||||
source: https://github.com/tldr-pages/tldr.git
|
||||
---
|
||||
# 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 `.target` if 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`
|
||||
Reference in New Issue
Block a user