summaryrefslogtreecommitdiff
path: root/nixos/modules/services/catbus-lgtv.nix
diff options
context:
space:
mode:
Diffstat (limited to 'nixos/modules/services/catbus-lgtv.nix')
-rw-r--r--nixos/modules/services/catbus-lgtv.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/nixos/modules/services/catbus-lgtv.nix b/nixos/modules/services/catbus-lgtv.nix
index 9b2af13..2744e6d 100644
--- a/nixos/modules/services/catbus-lgtv.nix
+++ b/nixos/modules/services/catbus-lgtv.nix
@@ -85,7 +85,7 @@ in {
serviceConfig = {
DynamicUser = true;
- ExecStart = "${pkgs.eth.catbus-lgtv}/bin/catbus-actuator-lgtv --config-path ${configJSON}";
+ ExecStart = "${pkgs.eth.catbus-lgtv}/bin/catbus-lgtv-actuator --config-path ${configJSON}";
NoNewPrivileges = true;
ProtectKernelTunables = true;
@@ -105,7 +105,7 @@ in {
serviceConfig = {
DynamicUser = true;
- ExecStart = "${pkgs.eth.catbus-lgtv}/bin/catbus-observer-lgtv --config-path ${configJSON}";
+ ExecStart = "${pkgs.eth.catbus-lgtv}/bin/catbus-lgtv-observer --config-path ${configJSON}";
NoNewPrivileges = true;
ProtectKernelTunables = true;