Systemctl Enable - Control Systemd Services | Online Free DevTools by Hexmos
Control systemd services easily with Systemctl Enable. Manage startup, user units, and service dependencies on Linux. Free online tool, no registration required.
systemctl enable
Enable systemd services. More information: https://www.freedesktop.org/software/systemd/man/systemctl.html#enable%20UNIT%E2%80%A6.
- Enable a service to run on boot:
systemctl enable {{unit}}
- 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 --user {{unit}}