use the executable
This commit is contained in:
parent
f04a32bc16
commit
459e06864f
1 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue