Currently './bin/phd start' launches the daemons as the current user. The daemons should however always run as the configured phd.user
It would be good if during run of phd commands, the user is at least warned if the current user does not match the configured user. Ideally './bin/phd start' also actively switches the user to the configured user and properly daemonizes the process.