summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergey Popov <pinkbyte@gentoo.org>2013-02-08 11:44:38 +0000
committerSergey Popov <pinkbyte@gentoo.org>2013-02-08 11:44:38 +0000
commit182975dd37d48a965c5223e5a14af353614e7d6c (patch)
treee84feccfacf1c81603578234c103083468c2888e /net-irc/iroffer-dinoex/files/iroffer-dinoex.conf
parentversion bump, bug #456106 (diff)
downloadgentoo-2-182975dd37d48a965c5223e5a14af353614e7d6c.tar.gz
gentoo-2-182975dd37d48a965c5223e5a14af353614e7d6c.tar.bz2
gentoo-2-182975dd37d48a965c5223e5a14af353614e7d6c.zip
Initial commit, wrt bug #426616. Ebuild made by Mikle Kolyada, who will maintain this package through proxy maintainers. Logrotate script was picked up from sunrise overlay
(Portage version: 2.2.0_alpha161/cvs/Linux x86_64, unsigned Manifest commit)
Diffstat (limited to 'net-irc/iroffer-dinoex/files/iroffer-dinoex.conf')
-rw-r--r--net-irc/iroffer-dinoex/files/iroffer-dinoex.conf18
1 files changed, 18 insertions, 0 deletions
diff --git a/net-irc/iroffer-dinoex/files/iroffer-dinoex.conf b/net-irc/iroffer-dinoex/files/iroffer-dinoex.conf
new file mode 100644
index 000000000000..a26ccf6a4218
--- /dev/null
+++ b/net-irc/iroffer-dinoex/files/iroffer-dinoex.conf
@@ -0,0 +1,18 @@
+# Binary for executing as a daemon
+BIN="/usr/bin/iroffer"
+
+# User/Group to drop privileges
+USER="iroffer"
+GROUP="iroffer"
+
+# PID file location
+PIDFILE="/var/run/iroffer-dinoex/iroffer-dinoex.pid"
+
+# Directory for log files
+LOG="/var/log/iroffer-dinoex"
+
+# Directory for runtime files
+STATE="/var/lib/iroffer-dinoex"
+
+# Bot configuration
+MYBOT="/etc/iroffer-dinoex/mybot.config"