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