bundlewrap/bundles/octoprint/metadata.py

11 lines
192 B
Python
Raw Normal View History

2020-09-20 13:05:17 +00:00
defaults = {
'users': {
'octoprint': {
'home': '/opt/octoprint',
'sudo_commands': {
'/usr/bin/vcgencmd',
},
2020-09-20 13:05:17 +00:00
},
},
}