Make virtuoso drop root privileges
svn path=/nixos/trunk/; revision=27334
This commit is contained in:
@@ -75,6 +75,7 @@ with pkgs.lib;
|
|||||||
|
|
||||||
[Parameters]
|
[Parameters]
|
||||||
ServerPort=${cfg.listenAddress}
|
ServerPort=${cfg.listenAddress}
|
||||||
|
RunAs=${virtuosoUser}
|
||||||
|
|
||||||
[HTTPServer]
|
[HTTPServer]
|
||||||
${optionalString (cfg.httpListenAddress != null) "ServerPort=${cfg.httpListenAddress}"}
|
${optionalString (cfg.httpListenAddress != null) "ServerPort=${cfg.httpListenAddress}"}
|
||||||
|
|||||||
Reference in New Issue
Block a user