Merge pull request #197731 from uninsane/pr/freshrss-ExecStart-abs

freshrss: use an absolute path for ExecStart
This commit is contained in:
Elis Hirwing
2022-10-25 15:41:50 +02:00
committed by GitHub
+1 -1
View File
@@ -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;
};
};