Anope IRC Services

Anope Support => 1.8.x/1.7.x Support (Read Only) => Topic started by: nivek98 on December 10, 2006, 07:34:45 AM

Title: How to have Anope relink to IRCd
Post by: nivek98 on December 10, 2006, 07:34:45 AM
Is there some way to get anope to relink to ircd if something goes wrong?

Right now, I have a clientless hub set up on the same server that services connects to, so for the most part all is stable.  However, once in the past that hub randomly decided to delink from everything.  In a few seconds, it was relinked with the rest of the servers, but services had died.

(Note: I don't want services to try connecting to a different hub as a backup, I want services to wait for a short period, then attempt to reconnect to the original server.)

If it's not possible, I can live with it, but if it's possible I'd like to set it up.
Title:
Post by: Jan Milants on December 10, 2006, 10:43:29 AM
services shut themselves down when they lose connection to their uplink, so all you have to do is make it auto restart every so often... read part 5 "Setting up a crontab" in docs/INSTALL
Title:
Post by: nivek98 on December 10, 2006, 08:12:04 PM
Already set up a crontab.  I was just looking for confirmation either way as to whether relinking was possible directly in anope.

Thanks for the quick answer Viper.