How to remove non native services in Centos Linux

Web-development

First check the running services by this command:

chkconfig –list

Note: This output shows SysV services only and does not include native
systemd services. SysV configuration data might be overridden by native
systemd configuration.

If you want to list systemd services use ‘systemctl list-unit-files’.
To see services enabled on particular target use
‘systemctl list-dependencies [target]’.

I am going to delete the Bitbucket service (atlbitbucket)

[root@user]# chkconfig –del atlbitbucket

Ensure the service is deleted by running the same listing command:

chkconfig –list

Share:

More Posts

Send Us A Message

This website stores cookies on your computer. These cookies are used to provide a more personalized experience and to track your whereabouts around our website in compliance with the European General Data Protection Regulation. If you decide to to opt-out of any future tracking, a cookie will be setup in your browser to remember this choice for one year.

Accept or Deny