freshrss: use an absolute path for ExecStart
this fixes the issue after a recent PR on this file: <https://github.com/NixOS/nixpkgs/pull/196140#discussion_r1002907603>
This commit is contained in:
parent
08d867335f
commit
e4235c60b7
1 changed files with 1 additions and 1 deletions
|
@ -275,7 +275,7 @@ in
|
|||
Group = "freshrss";
|
||||
StateDirectory = "freshrss";
|
||||
WorkingDirectory = cfg.package;
|
||||
ExecStart = "./app/actualize_script.php";
|
||||
ExecStart = "${cfg.package}/app/actualize_script.php";
|
||||
} // systemd-hardening;
|
||||
};
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue