User Tools

Site Tools


computing:linux:services_startup

This is an old revision of the document!


Services Startup Configuration Notes

SystemD

https://askubuntu.com/questions/912216/16-04-command-to-list-all-services-started-on-boot

List services:

service --status-all

Enable or disable a service:

systemctl [enable|disable] <servicename>

SysVInit

/etc/init.d/<servicename> start|stop|status

CentOS/RedHat

chkconfig --list

chkconfig <servicename> on|off

Debian/Ubuntu

apt-get install rcconf

rcconf --list

rcconf --on <servicename>
computing/linux/services_startup.1519828286.txt.gz · Last modified: 2018/02/28 07:31 by gcooper