Search notes:
daemons
Almost all daemons are spawned by
init
.
Examples for daemons
syslogd
,
sshd
.
Standard behavior
They
have no
TTY
ignore
signals
except
SIGTERM
have no open file descriptors (although
syslogd
violates that rule in that it writes to
log files
.
are dissassociated from
process
groups.
Arch
In
Arch Linux
, daemons are managed by
systemd
, particularly with the
systemctl
command.
Index