Examples (3)
Stop a service from running on boot
systemctl disable unitStop a service from running on boot and stop its current execution
systemctl disable unit --nowStop a user service from running on login
systemctl disable unit --usermade by @shridhargupta | data from tldr-pages