Franziska Kunsmann
176a41e2f3
All checks were successful
bundlewrap/pipeline/head This commit looks good
14 lines
305 B
Python
14 lines
305 B
Python
defaults = {
|
|
'users': {
|
|
'octoprint': {
|
|
'home': '/opt/octoprint',
|
|
'sudo_commands': {
|
|
'/usr/bin/vcgencmd',
|
|
'/opt/octoprint/systemd-wrapper',
|
|
},
|
|
'groups': {
|
|
'gpio',
|
|
},
|
|
},
|
|
},
|
|
}
|