summaryrefslogtreecommitdiff
path: root/docs/INSTALL
diff options
context:
space:
mode:
authorlethality <lee@lethality.me.uk>2014-02-20 17:11:11 +0000
committerlethality <lee@lethality.me.uk>2014-02-20 17:11:11 +0000
commita3c845894d42dd8acc8d4961f92e80ff832868fc (patch)
tree6d736a8efb90f01e693c0a10301f05a30e166405 /docs/INSTALL
parent5933a5e9b1ade9f926145b67e557b87ae6dd6e8f (diff)
Updated services crontab location
Diffstat (limited to 'docs/INSTALL')
-rw-r--r--docs/INSTALL6
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/INSTALL b/docs/INSTALL
index 40fbacbcc..f96492508 100644
--- a/docs/INSTALL
+++ b/docs/INSTALL
@@ -71,7 +71,7 @@ Note: You should also read the README and FAQ files!
error output, and don't forget to mention your OS, compiler and C++ library
versions.
- Now go into the data directory (by default, ~/services/data). Copy the example
+ Now go into the conf directory (by default, ~/services/conf). Copy the example
configuration file (example.conf) to services.conf, and open the latter
with your favorite text editor. It contains all the configuration
directives Anope will use at startup. Read the instructions contained in
@@ -134,7 +134,7 @@ Note: You should also read the README and FAQ files!
still running, and restart it if not.
First rename the example.chk script that is in Anope path (by default,
- this is ~/services/data) to services.chk and edit it. You'll need to
+ this is ~/services/conf) to services.chk and edit it. You'll need to
modify the CONFIGURATION part of the file. Then ensure that the file is
marked as executable by typing chmod +x services.chk, and try to launch the
script to see if it works (Anope must not be running when you do this ;))
@@ -143,7 +143,7 @@ Note: You should also read the README and FAQ files!
This will open the default text editor with the crontab file. Enter the
following (with correct path):
- */5 * * * * /home/ircd/services/data/services.chk >/dev/null 2>&1
+ */5 * * * * /home/ircd/services/conf/services.chk >/dev/null 2>&1
The */5 at the beginning means "check every 5 minutes". You may replace
the 5 with other another number if you want (but less than 60). Consult