2019-05-07 09:22:57 +00:00
|
|
|
[Unit]
|
|
|
|
Description=Xinetd A Powerful Replacement For Inetd
|
2022-11-08 06:56:26 +00:00
|
|
|
After=syslog.target network.target network-online.target
|
|
|
|
Wants=network-online.target
|
2019-05-07 09:22:57 +00:00
|
|
|
Documentation=man:xinetd
|
|
|
|
Documentation=man:xinetd.conf
|
|
|
|
Documentation=man:xinetd.log
|
|
|
|
|
|
|
|
[Service]
|
|
|
|
Type=forking
|
|
|
|
PIDFile=/var/run/xinetd.pid
|
|
|
|
ExecStart=/usr/sbin/xinetd -stayalive -pidfile /var/run/xinetd.pid
|
|
|
|
ExecReload=/usr/bin/kill -HUP $MAINPID
|
|
|
|
|
|
|
|
[Install]
|
|
|
|
WantedBy=multi-user.target
|
|
|
|
|