bundlewrap/bundles/octoprint/metadata.py
Franzi d02538368a
All checks were successful
bundlewrap/pipeline/head This commit looks good
bundles/octoprint: add systemd-wrapper script
2020-09-22 18:52:11 +02:00

12 lines
242 B
Python

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