User Tools

Site Tools


info:linux:debian:disable_service
Please note, that this is an old archived version of this site. Check out the new version at andunix.net!

This is an old revision of the document!


Disable a Service

To disable a service:

service <service> stop
update-rc.d <service> enable|disable

To (re)enable a service:

update-rc.d <service> enable|disable
service <service> stop
info/linux/debian/disable_service.1453805827.txt.gz · Last modified: 2016-01-26 10:57 by andunix