# OPTIONAL --- only needed when the IRC server is REMOTE. If the ircd # runs on this host (the simulacra case), ii talks to it over loopback # and this unit is not used. To use it: point stunnel/qdb.conf at the # remote server, then `systemctl --user enable --now qdb-stunnel`. [Unit] Description=qdb: stunnel TLS tunnel for the IRC logger (optional, remote ircd) Documentation=file:///var/gopher/applets/qdb/README.txt After=network-online.target Wants=network-online.target [Service] Type=simple ExecStart=/usr/bin/stunnel /var/gopher/applets/qdb/stunnel/qdb.conf Restart=always RestartSec=5 [Install] WantedBy=default.target