Systemd Unit Control - Start Services with systemctl | Online Free DevTools by Hexmos
Start and manage systemd units with the systemctl command. Control Linux services efficiently and effectively. Free online tool, no registration required.
systemctl-start
Start systemd units. More information: https://www.freedesktop.org/software/systemd/man/latest/systemctl.html#start%20PATTERN%E2%80%A6.
- Start a unit:
systemctl start {{unit}}
- Start a user unit:
systemctl start --user {{unit}}
