nixos/chrony: restart service (#535221)
This commit is contained in:
@@ -300,6 +300,7 @@ in
|
||||
serviceConfig = {
|
||||
Type = "notify";
|
||||
ExecStart = "${chronyPkg}/bin/chronyd ${toString chronyFlags}";
|
||||
Restart = "on-failure";
|
||||
|
||||
# Proc filesystem
|
||||
ProcSubset = "pid";
|
||||
|
||||
Reference in New Issue
Block a user