13 lines
280 B
Markdown
Raw Normal View History

# systemctl start
> systemd 유닛을 시작.
> 더 많은 정보: <https://www.freedesktop.org/software/systemd/man/latest/systemctl.html#start%20PATTERN%E2%80%A6>.
- 유닛 시작:
`systemctl start {{유닛}}`
- 사용자 유닛 시작:
`systemctl start {{유닛}} --user`