Daemon

A dameon is a background system process that waits till specific conditions are met. If these conditions are met, it performs some task.

Example
sshd is a system daemon that manages incoming ssh requests.