logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

Systemctl Restart - Control Systemd Units | Online Free DevTools by Hexmos

Control Systemd units instantly with Systemctl Restart. Stop, start, and manage system services on Linux with ease. Free online tool, no registration required.

systemctl-restart

Stop and then start one or more systemd units. Can be used in place of systemctl start on a stopped unit, but start is safer so that a running unit isn’t accidentally restarted. More information: https://www.freedesktop.org/software/systemd/man/latest/systemctl.html#restart%20PATTERN%E2%80%A6.

  • Restart a unit:

systemctl restart {{unit}}

  • Restart more than one unit:

systemctl restart {{unit1 unit2 ...}}

  • Restart a user unit:

systemctl restart --user {{unit}}

See Also