bundlewrap/bundles/zfs/metadata.py
mwiegand 6e5b6c0f05 wip
2021-07-13 15:29:44 +02:00

11 lines
206 B
Python

#import re
defaults = {
'systemd-timers': {
'zfs-trim': {
'command': '/usr/lib/zfs-linux/trim',
'when': 'Sat 00:00',
'persistent': True,
},
},
}