Commit 11fc822fd54c25084c0eaf409b526deafea92b40
1 parent
3498d474
Exists in
master
and in
39 other branches
Changed the path for cron.d script in sphinx docs for ubuntu
Showing
1 changed file
with
2 additions
and
2 deletions
Show diff stats
docs/ubuntu1004.rst
@@ -143,7 +143,7 @@ Cron job to import emails | @@ -143,7 +143,7 @@ Cron job to import emails | ||
143 | 143 | ||
144 | * Link cron script into ``/etc/cron.d/`` folder: :: | 144 | * Link cron script into ``/etc/cron.d/`` folder: :: |
145 | 145 | ||
146 | - ln -s /usr/local/django/colab/cron.d/colab_import_emails /etc/cron.d/ | 146 | + ln -s /usr/local/django/colab/etc/cron.d/colab_import_emails /etc/cron.d/ |
147 | 147 | ||
148 | * From now on the emails should be imported every minute | 148 | * From now on the emails should be imported every minute |
149 | 149 | ||
@@ -157,7 +157,7 @@ Cron job to reindex Solr | @@ -157,7 +157,7 @@ Cron job to reindex Solr | ||
157 | 157 | ||
158 | * Link cron script into ``/etc/cron.d/`` folder: :: | 158 | * Link cron script into ``/etc/cron.d/`` folder: :: |
159 | 159 | ||
160 | - sudo ln -s /usr/local/django/colab/cron.d/colab_solr_reindex /etc/cron.d/ | 160 | + sudo ln -s /usr/local/django/colab/etc/cron.d/colab_solr_reindex /etc/cron.d/ |
161 | 161 | ||
162 | * From now on delta reindex should run every 10 minutes and full reindex once a day. | 162 | * From now on delta reindex should run every 10 minutes and full reindex once a day. |
163 | 163 |