nixos/kubernetes: Address review: Remove restart from certmgr bootstrap service

This commit is contained in:
Christian Albrecht 2019-03-06 16:53:33 +01:00
parent 7323b77435
commit 5684034693
No known key found for this signature in database
GPG Key ID: 866AF4B25DF7EB00

View File

@ -254,8 +254,6 @@ in
]; ];
serviceConfig = { serviceConfig = {
TimeoutSec = "500"; TimeoutSec = "500";
RestartSec = "1s";
Restart = "on-failure";
}; };
}; };