Enable a service

update-rc.d

  • Install and remove services which are System-V style init script links.
    Init scripts are in the `/etc/init.d/`.
    More information: <https://manned.org/update-rc.d>.
  • Trick copyright: tl;dr; <https://github.com/tldr-pages/tldr>

update-rc.d {{mysql}} enable

click the source code to copy