/etc/init.d

  • contains all of the start-up scripts for every service at every runlevel. each script accepts at least two arguments, start and stop which start and stop the service

  • init scripts commonly accept a few extra options such as restart, status and reload (tells the service to reload its settings) and force-reload (forces the service to reload its settings).

Last updated

Was this helpful?