# If true, the folders defined in the config are deleted and recreated with only the scripts contained in the config. reduce_to_config = true [[folders]] path = '/etc/periodic/15min' [[folders.scripts]] name = 'dyndns' commands = [ 'IP=`curl -s https://icanhazip.com/`', 'updateip $IP' ]