bundlewrap/bundles/tasmota-charge/metadata.py
2021-12-16 00:05:06 +01:00

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',
},
}
}