Skip to content

Commit

Permalink
Merge pull request #1 from sebbelindholm/dev
Browse files Browse the repository at this point in the history
Fixed issue with nixos systemd service.
  • Loading branch information
sebbelindholm authored Nov 2, 2024
2 parents 0ee232b + ebff795 commit 91dad29
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,8 @@
Type = "simple";
ExecStartPre = "${pkgs.coreutils}/bin/mkdir -p %h/.local/share/razercontrol";
ExecStart = "${cfg.package}/libexec/daemon";
Restart = "on-failure";
RestartSec = "5s";
};
wantedBy = [ "default.target" ];
};
Expand Down

0 comments on commit 91dad29

Please sign in to comment.