2025-12-16 10:20:31 -07:00
|
|
|
# systemctl start
|
|
|
|
|
|
|
|
|
|
> Start systemd units.
|
2026-02-18 06:55:01 -07:00
|
|
|
> More information: <https://www.freedesktop.org/software/systemd/man/latest/systemctl.html#start%20PATTERN%E2%80%A6>.
|
2025-12-16 10:20:31 -07:00
|
|
|
|
|
|
|
|
- Start a unit:
|
|
|
|
|
|
|
|
|
|
`systemctl start {{unit}}`
|
|
|
|
|
|
|
|
|
|
- Start a user unit:
|
|
|
|
|
|
|
|
|
|
`systemctl start {{unit}} --user`
|