diff options
Diffstat (limited to 'coherence/bitlbee-coherence/xinetd')
-rw-r--r-- | coherence/bitlbee-coherence/xinetd | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/coherence/bitlbee-coherence/xinetd b/coherence/bitlbee-coherence/xinetd new file mode 100644 index 000000000..169134d2b --- /dev/null +++ b/coherence/bitlbee-coherence/xinetd @@ -0,0 +1,12 @@ +service bitlbee +{ + type = UNLISTED + socket_type = stream + protocol = tcp + wait = no + user = bitlbee + group = bitlbee + server = /usr/sbin/bitlbee + port = 6667 + disable = yes +}
\ No newline at end of file |