programs: wob: fix service definition (Exec -> ExecStart)
This commit is contained in:
@@ -81,7 +81,7 @@ in
|
|||||||
description = "notify wob when pulseaudio volume changes";
|
description = "notify wob when pulseaudio volume changes";
|
||||||
wantedBy = [ "wob.service" ];
|
wantedBy = [ "wob.service" ];
|
||||||
serviceConfig = {
|
serviceConfig = {
|
||||||
Exec = "${wob-pulse}/bin/wob-pulse";
|
ExecStart = "${wob-pulse}/bin/wob-pulse";
|
||||||
Type = "simple";
|
Type = "simple";
|
||||||
Restart = "always";
|
Restart = "always";
|
||||||
RestartSec = "20s";
|
RestartSec = "20s";
|
||||||
|
Reference in New Issue
Block a user