[tor-relays] Option to restart TOR automatically after it did crash?
Paul Staroch
paulchen at rueckgr.at
Sat Aug 31 11:10:41 UTC 2013
Am 2013-08-31 12:06, schrieb AFO Server Operator:
> I search for a option to restart my TOR relays after the TOR process did
> crash on them? Im running TOR alpha on Debian
Just add something like
*/5 * * * * root /etc/init.d/tor start
to /etc/crontab. This will launch the init script for tor every five minutes. If tor is running, nothing will happen; if it is not running, it will be started.
Paul
More information about the tor-relays
mailing list