Skip to content
Bronzewing edited this page Dec 22, 2023 · 9 revisions

This is how to get cron working on Unraid the easy way.

1.Go to APPS and search for user scripts and install it.

image

  1. Go to PLUGINS and open user scripts.

  2. Click ADD NEW SCRIPT and give it a name ie "ytdl-sub script"

image

  1. Edit Script and copy and paste this code:

#!/bin/bash docker exec -u abc ytdl-sub-gui /bin/bash -c "cd /config/ytdl-sub-configs && ytdl-sub sub"

Should look like this:

image

  1. Save changes

  2. Set it to run however you like, I have mine to set hourly but you can set a custom cron if you'd like.

image

Clone this wiki locally