Hacker News new | ask | show | jobs
by jppittma 1048 days ago
Such is the nature of technology.

For me, I can't see how anybody actually used/managed linux systems before they standardized the api for creating/managing daemons. A simple convenient api layer for saying to a machine "I want this program running always."

1 comments

The interface was standardized; sysv initscripts services are supposed to change status depending on ${1}: start, stop, reload, force-reload, status.

The shell script cosmic horrors underneath to implement the interface were not.