summaryrefslogtreecommitdiff
path: root/net-irc/iroffer-dinoex/files/iroffer-dinoex.conf
diff options
context:
space:
mode:
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"