blob: 20a38e3f3e6c2846ea9f879e908d1f80b97da130 [file] [log] [blame]
Patrick Williamsc124f4f2015-09-15 14:41:29 -05001# Default settings for xinetd. This file is sourced by /bin/sh from
2# /etc/init.d/xinetd
3
4# enable xinetd Inetd compat mode
5INETD_COMPAT=Yes
6
7# Options to pass to xinetd
8#
9# -stayalive comes by default : it can be removed if xinetd is expected
10# not to start when no service is configured
11#
12XINETD_OPTS="-stayalive"