commands.sh

systemctl disable

linux

Disable systemd services. See also: `systemctl revert`.

More info →

Examples (3)

Stop a service from running on boot

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

Stop a user service from running on login

systemctl disable unit --user
made by @shridhargupta | data from tldr-pages