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