13 lines
300 B
Python
13 lines
300 B
Python
defaults = {
|
|
'users': {
|
|
'tasmota-charge': {
|
|
'home': '/home/tasmota-charge',
|
|
},
|
|
},
|
|
'systemd-timers': {
|
|
'tasmota-charge': {
|
|
'command': f'/usr/bin/sudo -u tasmota-charge /opt/tasmota-charge',
|
|
'when': 'minutely',
|
|
},
|
|
}
|
|
}
|