diff options
author | lethality <lethality@anope.org> | 2010-12-25 15:27:02 +0000 |
---|---|---|
committer | lethality <lethality@anope.org> | 2010-12-25 15:27:02 +0000 |
commit | 036d4514f0017bc7e06833fce2d13a4bc86e8b1c (patch) | |
tree | 1cf8464df59a060013a369f49cbd472721b44d99 /docs/INSTALL | |
parent | 80721d1873e770eddd4c232d42d9ba920e6e644a (diff) |
updated crontab instructions in INSTALL
Diffstat (limited to 'docs/INSTALL')
-rw-r--r-- | docs/INSTALL | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/docs/INSTALL b/docs/INSTALL index 3883f5a51..e011470b5 100644 --- a/docs/INSTALL +++ b/docs/INSTALL @@ -185,16 +185,16 @@ Note: You should also read the README and FAQ files! modification. First rename the example.chk script that is in Anope path (by default, - this is ~/services) 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 + this is ~/services/data) 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 ;)) When this is done, you'll have to add the crontab entry. Type crontab -e. This will open the default text editor with the crontab file. Enter the following (with correct path): - */5 * * * * /home/ircd/services/services.chk >/dev/null 2>&1 + */5 * * * * /home/ircd/services/data/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 |