bundlewrap/bundles/octoprint/metadata.py
2020-11-13 12:37:26 +01:00

21 lines
416 B
Python

defaults = {
'backups': {
'paths': {
'/opt/octoprint',
},
},
'users': {
'octoprint': {
'home': '/opt/octoprint',
'sudo_commands': {
'/usr/bin/vcgencmd',
'/opt/octoprint/systemd-wrapper',
},
'groups': {
'dialout',
'gpio',
},
},
},
}