You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
18 lines
425 B
18 lines
425 B
2 years ago
|
[Unit]
|
||
|
Description=Xinetd A Powerful Replacement For Inetd
|
||
|
After=syslog.target network.target network-online.target
|
||
|
Wants=network-online.target
|
||
|
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
|
||
|
|