DynamicUser requires extra perms
This commit is contained in:
parent
7b77d833f6
commit
65e5c7a86a
|
@ -236,7 +236,6 @@ in {
|
||||||
requires = [ "dovecot2.service" ];
|
requires = [ "dovecot2.service" ];
|
||||||
path = with pkgs; [ curl ];
|
path = with pkgs; [ curl ];
|
||||||
serviceConfig = {
|
serviceConfig = {
|
||||||
DynamicUser = true;
|
|
||||||
ExecStart = "curl http://${cfg.solr.host}:${
|
ExecStart = "curl http://${cfg.solr.host}:${
|
||||||
toString cfg.solr.port
|
toString cfg.solr.port
|
||||||
}/solr/dovecot/update?${params}";
|
}/solr/dovecot/update?${params}";
|
||||||
|
|
Loading…
Reference in New Issue