Systemctl Start a Service on Boot
To enable a service on boot, run
systemctl enable SERVICE_NAME
To disable a service from starting on boot, run
systemctl disable SERVICE_NAME
See systemctl
To enable a service on boot, run
systemctl enable SERVICE_NAME
To disable a service from starting on boot, run
systemctl disable SERVICE_NAME
See systemctl