Environment propagation: sh → bash
Commit 3733908 introduced an environment propagation.
The bash command export is use to save an environment in a file, then sh scripts source it.
This change fixes this issue, switching to bash as interpreter for the runit run scripts.
Fixes #1.
This change is a follow-up of change 3733908.