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 Disable - Control Services | Online Free DevTools by Hexmos

Control systemd services with systemctl disable. Stop services from running on boot and manage user services. Free online tool, no registration required.

systemctl-disable

Disable systemd services. More information: https://www.freedesktop.org/software/systemd/man/systemctl.html#disable%20UNIT%E2%80%A6.

  • Stop a service from running on boot:

systemctl disable {{unit}}

  • Stop a service from running on boot and stop its current execution:

systemctl disable {{unit}} --now

  • Stop a user service from running on login:

systemctl disable --user {{unit}}

See Also