programs: wob: fix service definition (Exec -> ExecStart)

This commit is contained in:
2024-02-13 11:03:18 +00:00
parent b4a20da78a
commit 94be4a7551

View File

@@ -81,7 +81,7 @@ in
description = "notify wob when pulseaudio volume changes";
wantedBy = [ "wob.service" ];
serviceConfig = {
Exec = "${wob-pulse}/bin/wob-pulse";
ExecStart = "${wob-pulse}/bin/wob-pulse";
Type = "simple";
Restart = "always";
RestartSec = "20s";