diff options
author | Leo <thinkabit.ukim@gmail.com> | 2019-09-14 23:08:35 -0300 |
---|---|---|
committer | Leo <thinkabit.ukim@gmail.com> | 2019-09-15 01:28:15 -0300 |
commit | 8e88a20da116c8e2163985102e5594c030b69613 (patch) | |
tree | 317fb42ec249ef662dbe3dec1bc2f9c73ba58601 /community/atheme-iris/atheme-iris.confd | |
parent | dce0818b7e48da7bc0744430a529f3f2549da39f (diff) | |
download | aports-8e88a20da116c8e2163985102e5594c030b69613.tar.bz2 aports-8e88a20da116c8e2163985102e5594c030b69613.tar.xz |
community/atheme-iris: remove
- Python2 only
Diffstat (limited to 'community/atheme-iris/atheme-iris.confd')
-rw-r--r-- | community/atheme-iris/atheme-iris.confd | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/community/atheme-iris/atheme-iris.confd b/community/atheme-iris/atheme-iris.confd deleted file mode 100644 index d7815c99dc..0000000000 --- a/community/atheme-iris/atheme-iris.confd +++ /dev/null @@ -1,5 +0,0 @@ -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" |