System upstart jobs are found in /etc/init/
the simplest way to disable the service from starting is to rename it. So, for example the service "smbd" would be stopped from starting like this:
mv /etc/init/smbd.conf /etc/init/smbd.conf.disabled
This way, you can keep the original configuration file and it will be plainly noticed that its "disabled"
No comments:
Post a Comment