I have created a chron schedule that I use on a few PC's with multiple Fossa64 frugal installs per pc. I created a script that will copy the new root into the chron folder. Works like a champ, but I have found that the previous chron schedule still runs until I reboot.
Is there a restart chron command that I can add to my script that copies the updated schedule for me?
This is the code I currently have in the script. When I have a new root (schedule) I just paste it into the sd card folder for updating.
cp -afT /mnt/sdb1/1a/nroot/ /var/spool/cron/crontabs/
I did a search for restart chron cmd line and a few other iterations but came up empty. Thanks for your time.