bundles/octoprint: allow 'sudo /usr/bin/vcgencmd'

This commit is contained in:
Franzi 2020-09-20 15:12:18 +02:00
parent 577c3c7c49
commit 84a78f5fec
Signed by: kunsi
GPG key ID: 12E3D2136B818350

View file

@ -2,6 +2,9 @@ defaults = {
'users': {
'octoprint': {
'home': '/opt/octoprint',
'sudo_commands': {
'/usr/bin/vcgencmd',
},
},
},
}