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!

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

info:linux:debian:disable_service [2016-01-26 10:57]
andunix created
info:linux:debian:disable_service [2016-10-01 19:54] (current)
andunix
Line 6: Line 6:
 service <service> stop service <service> stop
 update-rc.d <service> enable|disable update-rc.d <service> enable|disable
 +</code>
 +
 +With ''systemd'' (starting with Debian 8):
 +
 +<code bash>
 +systemctl disable <service>
 </code> </code>
  
Line 13: Line 19:
 update-rc.d <service> enable|disable update-rc.d <service> enable|disable
 service <service> stop service <service> stop
 +</code>
 +
 +With ''systemd'' (starting with Debian 8):
 +
 +<code bash>
 +systemctl enable <service>
 </code> </code>
  
 {{tag>linux debian sysadmin cli service}} {{tag>linux debian sysadmin cli service}}
info/linux/debian/disable_service.1453805827.txt.gz · Last modified: 2016-01-26 10:57 by andunix