commands.sh

systemctl enable

linux

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

More info →

Examples (3)

Enable a service to run on boot

Enable a service to run on boot and start it now

systemctl enable unit --now

Enable a user unit to run on login

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