Skip to content

Commit

Permalink
[DOCS] Add note to restart Docker container
Browse files Browse the repository at this point in the history
  • Loading branch information
schang1146 committed Jan 30, 2025
1 parent cd58cfe commit d3f7396
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions docs/source/guides/getting_started/automating_downloads.rst
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,9 @@ Docker and Unraid
This will run the script every 6 hours. To run every hour, change ``*/6`` to ``*/1``, or to run once a day, change the same value to the hour (in 24hr format) that you want it to run at. See the `cron tab manpage`_ for more options.

.. attention::
The Docker container needs to be restarted for changes to take effect. Run `crontab -e` after to verify settings are correct.

.. tab-item:: Headless Image

.. _LinuxServer's Universal Cron mod: https://github.com/linuxserver/docker-mods/tree/universal-cron
Expand Down Expand Up @@ -117,6 +120,9 @@ Docker and Unraid
echo " 0 */6 * * * /config/run_cron" >> /config/crontabs/abc
This will run the script every 6 hours. To run every hour, change ``*/6`` to ``*/1``, or to run once a day, change the same value to the hour (in 24hr format) that you want it to run at. See the `cron tab manpage`_ for more options.

.. attention::
The Docker container needs to be restarted for changes to take effect. Run `crontab -e` after to verify settings are correct.

.. _linux-setup:

Expand Down

0 comments on commit d3f7396

Please sign in to comment.