Files
nas-compose/torrents/config/99-cron-start
2023-11-20 09:17:35 +11:00

5 lines
157 B
Plaintext
Executable File

#!/command/with-contenv bash
(crontab -l ; echo "* * * * * run-parts /etc/periodic/1min") | sort - | uniq - | crontab -
crond