about summary refs log tree commit homepage
path: root/examples/public-inbox-imapd.socket
DateCommit message (Collapse)
2022-08-11examples: add systemd files for -netd
It's important show that a single systemd service and socket file can replace all other read-only daemons for ease-of-management.
2022-08-11examples: consolidate systemd socket examples
systemd.socket(5) files can actually contain multiple listen sockets, so shave down inode overhead and simplify config file management by consolidating all applicable ports into a single file for each daemon.
2020-08-25examples: add imapd systemd examples
We've got examples for all the other daemons, too!