use the executable

This commit is contained in:
Osman Faruk Bayram 2025-05-06 02:34:47 +03:00
parent f04a32bc16
commit 459e06864f

View file

@ -43,7 +43,7 @@ in
wantedBy = [ "multi-user.target" ];
serviceConfig = {
Type = "simple";
ExecStart = "${waniKani-bypass-lessons}";
ExecStart = "${lib.getExe waniKani-bypass-lessons}";
Restart = "always";
RestartSec = 60;
};