How to disable a service
by bong.mau from LinuxQuestions.org on (#52N7M)
Hi
env debian 9.12 4.9.0-12-686-pae LXDE runlevel 5
Action : with LXDE i disable atd service
ls rc5.d shows
K03atd
i reboot ...and i check with ps command
atd still runs
cd /etc/init.d/
sh atd status
shows it as running ...
i can't see anymore inittab and now debian works with systemd & systemctl
the problem is present also with other unuseful service..to prevent it from running i have to uninstall ....
i exeecute systemctl -a and it list atd as activated...
How to configure a service to do not start ?
any help will be appreciated
Maurizio


env debian 9.12 4.9.0-12-686-pae LXDE runlevel 5
Action : with LXDE i disable atd service
ls rc5.d shows
K03atd
i reboot ...and i check with ps command
atd still runs
cd /etc/init.d/
sh atd status
shows it as running ...
i can't see anymore inittab and now debian works with systemd & systemctl
the problem is present also with other unuseful service..to prevent it from running i have to uninstall ....
i exeecute systemctl -a and it list atd as activated...
How to configure a service to do not start ?
any help will be appreciated
Maurizio