Make virtuoso drop root privileges

svn path=/nixos/trunk/; revision=27334
This commit is contained in:
Evgeny Egorochkin 2011-05-31 09:56:55 +00:00
parent 14859264a9
commit b65a4840b8

View File

@ -75,6 +75,7 @@ with pkgs.lib;
[Parameters]
ServerPort=${cfg.listenAddress}
RunAs=${virtuosoUser}
[HTTPServer]
${optionalString (cfg.httpListenAddress != null) "ServerPort=${cfg.httpListenAddress}"}