5 messages · Page 1 of 1 (latest)
I am new to Linux and I need help thanks
sudo systemctl start <service>
but that will only start it for the current power on
sudo systemctl enable <service> makes it start on boot
sudo systemctl enable <service>
sudo systemctl enable --now <service> does both
sudo systemctl enable --now <service>