Skip to content

Latest commit

 

History

History
7 lines (6 loc) · 294 Bytes

daemons.md

File metadata and controls

7 lines (6 loc) · 294 Bytes

Daemons

A daemon is a service (a background process) in a GNU+Linux system or similar system. Depending on the distro, you may have upstart, systemd, or another component to manage startup and services.

For an example of how to control a daemon in various systems, see MongoDB