aboutsummaryrefslogtreecommitdiffstats
path: root/main/atheme-iris/atheme-iris.confd
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2013-06-26 13:00:38 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2013-06-26 13:16:08 +0000
commit4d778ee121956606f49c3e17f645410974649905 (patch)
treea06562cb776dc17fce4e7cb01d28149ab879d4db /main/atheme-iris/atheme-iris.confd
parent675c93f289521af45cbf110060cfbc99dd6e5cfc (diff)
downloadaports-4d778ee121956606f49c3e17f645410974649905.tar.bz2
aports-4d778ee121956606f49c3e17f645410974649905.tar.xz
main/atheme-iris: moved from testing
(cherry picked from commit e7604ea2ccc65d83e89be57314112c2c4662d9bd)
Diffstat (limited to 'main/atheme-iris/atheme-iris.confd')
-rw-r--r--main/atheme-iris/atheme-iris.confd5
1 files changed, 5 insertions, 0 deletions
diff --git a/main/atheme-iris/atheme-iris.confd b/main/atheme-iris/atheme-iris.confd
new file mode 100644
index 0000000000..d7815c99dc
--- /dev/null
+++ b/main/atheme-iris/atheme-iris.confd
@@ -0,0 +1,5 @@
+PORT="9090"
+IP="0.0.0.0"
+ARGS="-p ${PORT} -i ${IP} -s"
+#Uncomment if you want logging to file: beware of amount of logs!
+#ARGS="$ARGS -l var/log/atheme-iris/atheme-iris.log"