32a33,35
> config_path = os.path.dirname(os.path.abspath(__file__))
> config_root = os.path.dirname(config_path)
>
63c66
< script.dir = joinpath(system.dir, 'boot')
---
> script.dir = joinpath(config_root, 'boot')