fix clipse!

This commit is contained in:
Reid 2024-12-15 01:40:00 -08:00
parent ff647de9ce
commit 56e4efafce
Signed by: reidlab
GPG key ID: DAF5EAF6665839FD
2 changed files with 2 additions and 3 deletions

View file

@ -27,7 +27,7 @@ in {
Service = {
Type = "simple";
ExecStart = "${lib.getExe cfg.package} -listen-shell";
ExecStart = "${lib.getExe cfg.package} --listen-shell";
Restart = "on-failure";
RestartSec = 5;
};