Staging #20
1 changed files with 2 additions and 2 deletions
|
@ -57,7 +57,7 @@ in args // {
|
|||
enable = true;
|
||||
wantedBy = [ "multi-user.target" ];
|
||||
serviceConfig.User = "steveej";
|
||||
serviceConfig.Group = "users";
|
||||
serviceConfig.Group = "dovecot2";
|
||||
serviceConfig.RestartSec = 600;
|
||||
serviceConfig.Restart = "always";
|
||||
description = "Getmail service";
|
||||
|
@ -90,7 +90,7 @@ in args // {
|
|||
enable = true;
|
||||
wantedBy = [ "multi-user.target" ];
|
||||
serviceConfig.User = "steveej";
|
||||
serviceConfig.Group = "users";
|
||||
serviceConfig.Group = "dovecot2";
|
||||
description = "Getmail service";
|
||||
path = [ pkgs.getmail ];
|
||||
serviceConfig.RestartSec = 1000;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue