Version 6 (modified by mmamonski, 13 years ago) (diff)

--

Single User installation

By default the QCG-Computing service must be started as root user (The service adhers the  Privilege separation model). If you do not have root access or you do not want to start the service as root for some other reasons you can configure the service to work in non-privileged mode (qcg-compd.xml):

...
</Database>
...
<UnprivilegedUser>current-user-names</UnprivilegedUser>
<SetuidEnabled>false</SetuidEnabled>

...
<FactoryAttributes>
...