mirror of
https://github.com/foo-dogsquared/nixos-config.git
synced 2025-01-31 04:58:01 +00:00
services/activitywatch: update executable name
This commit is contained in:
parent
94f75728c4
commit
57e3957d98
@ -15,7 +15,7 @@ let
|
||||
};
|
||||
|
||||
Service = {
|
||||
ExecStart = "${cfg.package}/bin/${cfg.executable} ${lib.escapeShellArgs cfg.extraArgs}";
|
||||
ExecStart = "${lib.getExe' cfg.package cfg.executable} ${lib.escapeShellArgs cfg.extraArgs}";
|
||||
Restart = "on-failure";
|
||||
|
||||
# Some sandboxing.
|
||||
|
Loading…
Reference in New Issue
Block a user