13 lines
310 B
Markdown
13 lines
310 B
Markdown
|
|
# systemctl default
|
||
|
|
|
||
|
|
> 시스템 기본 모드로 진입.
|
||
|
|
> 더 많은 정보: <https://www.freedesktop.org/software/systemd/man/latest/systemctl.html#default>.
|
||
|
|
|
||
|
|
- 블로킹 방식으로 기본 모드 진입:
|
||
|
|
|
||
|
|
`systemctl default`
|
||
|
|
|
||
|
|
- 비동기 방식으로 기본 모드 진입:
|
||
|
|
|
||
|
|
`systemctl default --no-block`
|