SysV services are commonly represented by executable scripts under /etc/init.d/. A script accepts actions such as start, stop, restart, or status according to its implementation and distribution conventions. The service command provides a wrapper that runs a named script in a more controlled environment.
Init · Lesson 2
System V Service
Learn how to inspect and operate legacy SysV service scripts through the active system's supported wrapper.