Disable cfssl restart timer job
This commit is contained in:
@@ -249,12 +249,12 @@ let
|
|||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
systemd.services.cfssl-restart = {
|
# systemd.services.cfssl-restart = {
|
||||||
enable = true;
|
# enable = true;
|
||||||
startAt = "00/6:00";
|
# startAt = "00/6:00";
|
||||||
description = "Restrart cfssl which regularly locks up";
|
# description = "Restrart cfssl which regularly locks up";
|
||||||
script = "systemctl restart cfssl.service";
|
# script = "systemctl restart cfssl.service";
|
||||||
};
|
# };
|
||||||
|
|
||||||
systemd.services.kube-socat-https-proxy = {
|
systemd.services.kube-socat-https-proxy = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
|||||||
Reference in New Issue
Block a user