#--------------------------------------------------------------------------- # /usr/lib/systemd/system/sn-wait.socket - socket unit # # Creation: 2024-05-13 hbfl # Last Update: $Id$ # # Copyright (c) 2016-@@YEAR@@ the eisfair team, team(at)eisfair(dot)org # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation; either version 2 of the License, or # (at your option) any later version. #----------------------------------------------------------------------- [Unit] Description=NNTP server wait SN for small sites (socket) [Socket] ListenStream=20000 Accept=yes SocketUser=news [Install] WantedBy=sockets.target