Enable / Disable Startup Service

Last modified: July 13, 2019
You are here:
Estimated reading time: < 1 min

Enable

update-rc.d {service} enable

Note: {service} = bind9, apache2, etc.

Disable

update-rc.d {service} disable

Note: {service} = bind9, apache2, etc.
Was this article helpful?
Dislike 0
Views: 21