bundlewrap/bundles/octoprint/metadata.py
Franzi 176a41e2f3
All checks were successful
bundlewrap/pipeline/head This commit looks good
bundles/octoprint: add octoprint to gpio group
2020-09-22 19:16:38 +02:00

15 lines
305 B
Python

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