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 = {
|
||||
WorkingDirectory = "/home/crony/.config/lnxlink";
|
||||
Type = "simple";
|
||||
Restart = "always";
|
||||
RestartSec = 5;
|
||||
Restart = "on-failure";
|
||||
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