diff options
author | root <root@rshg054.dnsready.net> | 2013-08-22 03:03:22 -0700 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2013-08-22 03:03:22 -0700 |
commit | e9509842445d4a99493d1b643ffdafdca62263ae (patch) | |
tree | f74663365c8818ea465f6afee4e67d75bc642f04 /nonprism/bitlbee-libre-nonprism/xinetd | |
parent | 62b00d5bf76ef2c670dbeefe2051629d96ab7660 (diff) |
Thu Aug 22 02:58:39 PDT 2013
Diffstat (limited to 'nonprism/bitlbee-libre-nonprism/xinetd')
-rw-r--r-- | nonprism/bitlbee-libre-nonprism/xinetd | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/nonprism/bitlbee-libre-nonprism/xinetd b/nonprism/bitlbee-libre-nonprism/xinetd new file mode 100644 index 000000000..68d5663b3 --- /dev/null +++ b/nonprism/bitlbee-libre-nonprism/xinetd @@ -0,0 +1,12 @@ +service bitlbee +{ + type = UNLISTED + socket_type = stream + protocol = tcp + wait = no + user = bitlbee + group = bitlbee + server = /usr/bin/bitlbee + port = 6667 + disable = yes +} |