run-parts-gen-rs/config.example.toml

13 lines
293 B
TOML

# 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'
]