Change domain name

This commit is contained in:
Bob Mottram 2014-08-11 22:09:42 +01:00
parent 54ab6e9191
commit 604dff1f84
1 changed files with 2 additions and 2 deletions

View File

@ -4676,10 +4676,10 @@ Install the poller.
editor /etc/crontab
#+END_SRC
and append the following, changing mydomainname.com to whatever your domain is.
and append the following, changing /mydomainname.com/ to whatever your domain is.
#+BEGIN_SRC
12,22,32,42,52 * * * * root cd /var/www/apespace.org/htdocs; /usr/bin/timeout 240 /usr/bin/php include/poller.php
12,22,32,42,52 * * * * root cd /var/www/mydomainname.com/htdocs; /usr/bin/timeout 240 /usr/bin/php include/poller.php
#+END_SRC
Save and exit, then restart cron.