#How do I start a service?

5 messages · Page 1 of 1 (latest)

shrewd vale
#

I am new to Linux and I need help thanks

fresh peak
#

sudo systemctl start <service>

#

but that will only start it for the current power on

#

sudo systemctl enable <service> makes it start on boot

dreamy furnace
#

sudo systemctl enable --now <service> does both