--- syntax: markdown tags: [tldr, linux] source: https://github.com/tldr-pages/tldr.git --- # systemctl start > Start systemd units. > More information: . - Start a unit: `systemctl start {{unit}}` - Start a user unit: `systemctl start {{unit}} --user`