feat: fix service.
This commit is contained in:
parent
7c380cc923
commit
5e4a719d75
1 changed files with 1 additions and 2 deletions
|
|
@ -28,8 +28,7 @@
|
||||||
Service = {
|
Service = {
|
||||||
WorkingDirectory = "/home/crony/.config/lnxlink";
|
WorkingDirectory = "/home/crony/.config/lnxlink";
|
||||||
Type = "simple";
|
Type = "simple";
|
||||||
Restart = "always";
|
Restart = "on-failure";
|
||||||
RestartSec = 5;
|
|
||||||
ExecStart = "${inputs.lnxlink.packages.${pkgs.stdenv.hostPlatform.system}.default}/bin/lnxlink --config /home/crony/.config/lnxlink/config.yaml";
|
ExecStart = "${inputs.lnxlink.packages.${pkgs.stdenv.hostPlatform.system}.default}/bin/lnxlink --config /home/crony/.config/lnxlink/config.yaml";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue