no way to compare when less than two revisions
Differences
This shows you the differences between two versions of the page.
— | tech:linux:starting_and_stopping_services_in_ubuntu_linux [2014/11/15 15:13] (current) – created - external edit 127.0.0.1 | ||
---|---|---|---|
Line 1: | Line 1: | ||
+ | ====== Starting and Stopping Services in Ubuntu Linux ====== | ||
+ | |||
+ | ===== sysv-rc-conf ===== | ||
+ | |||
+ | sysv-rc-conf is a great tool for the job | ||
+ | |||
+ | Example: The following services were disabled using the tool | ||
+ | |||
+ | < | ||
+ | â service | ||
+ | â ----------------------------------------------------------------------------â | ||
+ | â db2exc | ||
+ | â clamav-da$ | ||
+ | â clamav-fr$ | ||
+ | â oracle-xe | ||
+ | â postgresq$ | ||
+ | â nut [ ] | ||
+ | </ | ||
+ | |||
+ | |||
+ | ===== update-rc.d ===== | ||
+ | This is the default tool. Example below. | ||
+ | < | ||
+ | update-rc.d -f gitlab remove | ||
+ | </ | ||
+ | |||
+ | ===== Other Info ===== | ||
+ | For redhat check [[https:// | ||
+ | |||
+ | Keywords: init.d startup reboot | ||