Fulltext results:
- Disable a Service
- ====== Disable a Service ====== To disable a service: <code bash> service <service> stop update-rc.d <service> enable|disable </code> With ''systemd'' (starting with Debian 8): <code bash> systemctl disable <service> </
- Cleanup Packages
- s on the system. This is a good thing, as you are able to reinstall the package and have it configured w... ONS] [PACKAGE]... The following options are available: --help, -h This help. --status-... Ignore hold flags. --nice-mode, -n Disable checks for `recommends' and `suggests'. --ignore-recommends Disable checks for `recommends'. --ignore-suggests
- init
- it script ("myscript"): update-rc.d myscript enable To deactivate an init script ("myscript"): up