summaryrefslogtreecommitdiff
blob: ba35afc106b4e6ac257d6ce2374b5d5649047304 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
#
# Extract from man 5 xinetd.conf:
#
Every file inside this directory, excluding files with names
containing a dot ('.') or end-ing with a tilde ('~'), will be
parsed as xinetd configuration files.  The files will be parsed
in alphabetical order according to the C locale.  This allows
you to specify services one per file.


#
# Considerations:
#
You can make packages install an example service configuration
file into this directory to easily help users with integrating
it with xinetd.  It would be nice if your package included the
"disable = yes" directive by default.  Its probably wise to
have the user decide upon enabling services.