programs: wob: fix service definition (Exec -> ExecStart)
This commit is contained in:
@@ -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";
|
||||
|
Reference in New Issue
Block a user