summaryrefslogtreecommitdiff
path: root/coherence/bitlbee-coherence/xinetd
diff options
context:
space:
mode:
authorAndré Fabian Silva Delgado <emulatorman@lavabit.com>2013-08-19 11:02:22 -0300
committerAndré Fabian Silva Delgado <emulatorman@lavabit.com>2013-08-19 11:02:22 -0300
commit0e3fa90965b0af932c0372eb51c4ccf273b3d989 (patch)
treefad0afe987432bca6fa5bb665ef0ace7c641f929 /coherence/bitlbee-coherence/xinetd
parent0226109e40b1b85ac831e8d9e2f72905865423c5 (diff)
parent5b316867f18cf4cba516938e83329e45ef4b2f28 (diff)
Merge branch 'master' of ssh://projects.parabolagnulinux.org:1863/srv/git/abslibre
Diffstat (limited to 'coherence/bitlbee-coherence/xinetd')
-rw-r--r--coherence/bitlbee-coherence/xinetd12
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