forked from mirrors/nixpkgs
ckb module: update systemd service parameters to match upstream
This changes the description and restart mode to the values present in lib/systemd/system/ckb.service within the ckb package.
This commit is contained in:
parent
85526bce87
commit
8069b09d05
|
@ -24,11 +24,11 @@ in
|
|||
environment.systemPackages = [ cfg.package ];
|
||||
|
||||
systemd.services.ckb = {
|
||||
description = "Corsair Keyboard Daemon";
|
||||
description = "Corsair Keyboards and Mice Daemon";
|
||||
wantedBy = ["multi-user.target"];
|
||||
script = "${cfg.package}/bin/ckb-next-daemon";
|
||||
serviceConfig = {
|
||||
Restart = "always";
|
||||
Restart = "on-failure";
|
||||
StandardOutput = "syslog";
|
||||
};
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue