Increase restart sec to avoid restart failure

This commit is contained in:
Elsa
2025-01-03 11:18:35 +08:00
parent 3082f0adc9
commit 30bd24c674
+1 -1
View File
@@ -71,7 +71,7 @@ moduleConfig: {
# Unfortunately the monitor does not kill itself when it stops monitoring,
# so rather than creating our own restart mechanism, we leverage systemd to do this for us.
Restart = "always";
RestartSec = 0;
RestartSec = 5;
ExecStart = "${auto-fix-vscode-server}/bin/auto-fix-vscode-server";
};
})