mirror of
https://github.com/nix-community/nixos-vscode-server.git
synced 2026-08-24 10:14:01 -05:00
Increase restart sec to avoid restart failure
This commit is contained in:
@@ -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";
|
||||
};
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user