8 lines
152 B
Python
8 lines
152 B
Python
defaults = {
|
|
'systemd-timers': {
|
|
'zfs-mirror': {
|
|
'command': '/opt/zfs-mirror',
|
|
'when': 'daily',
|
|
},
|
|
},
|
|
}
|