Files
tldr/pages/linux/systemctl-start.md
T
Managor 21bce13ee3 systemctl*: prune more info links (#18156)
* Update systemctl-cat.md, systemctl-edit.md, systemctl-mask.md, systemctl-stop.md, systemctl-thaw.md, systemctl-start.md, systemctl-freeze.md, systemctl-status.md, systemctl-unmask.md, systemctl-whoami.md, systemctl-restart.md, systemctl-suspend.md
2025-09-19 14:41:38 -07:00

256 B

systemctl start

Start systemd units. More information: https://www.freedesktop.org/software/systemd/man/systemctl.html#start%20PATTERN%E2%80%A6.

  • Start a unit:

systemctl start {{unit}}

  • Start a user unit:

systemctl start --user {{unit}}