You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
12 lines
293 B
12 lines
293 B
# 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' |
|
]
|
|
|