Table of Contents

systemd

systemd is one of several PID 1 implementations.

units

System unit locations:

User unit locations:

inetd (on demand socket activation)

Back in the days, superdaemons listened on all sockets and started up the needed services on request. Nowadays, the most common implementation is systemd's socket activation paired with the corresponding service unit file.

See https://0pointer.net/blog/projects/inetd.html for more info on this.

logging

systemd has journald.

Make logging nonpersistent with Storage=auto in /etc/systemd/journald.conf