diff options
author | Aaron Griffin | 2008-04-06 01:17:02 +0000 |
---|---|---|
committer | Aaron Griffin | 2008-04-06 01:17:02 +0000 |
commit | 274573ab020941e15135f41c000808fef778c256 (patch) | |
tree | c2549f98a05e8f4ddb4a4051e4a908850ddce4b8 /servers | |
download | aur-274573ab020941e15135f41c000808fef778c256.tar.gz |
Initial import of all packages
Diffstat (limited to 'servers')
-rw-r--r-- | servers | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/servers b/servers new file mode 100644 index 000000000000..f064c8d7a796 --- /dev/null +++ b/servers @@ -0,0 +1,10 @@ +service servers +{ + type = INTERNAL UNLISTED + port = 9099 + socket_type = stream + protocol = tcp + wait = no + disable = yes + only_from = 127.0.0.1 +} |