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

13 lines
293 B
TOML
Raw Normal View History

2017-12-12 18:27:51 +00:00
# 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'
]