Systemctl Start a Service on Boot
Written by Yujin Boby
Edit in WordPressTo 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
Written by Yujin Boby
Edit in WordPressTo 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