mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-11 20:25:32 +03:00
Merge: php: 8.3 -> 8.4 (#394112)
This commit is contained in:
commit
97d215cf17
3 changed files with 3 additions and 3 deletions
|
@ -158,7 +158,7 @@ in
|
|||
|
||||
systemd.services.selfoss-update = {
|
||||
serviceConfig = {
|
||||
ExecStart = "${pkgs.php}/bin/php ${dataDir}/cliupdate.php";
|
||||
ExecStart = "${pkgs.php83}/bin/php ${dataDir}/cliupdate.php";
|
||||
User = "${cfg.user}";
|
||||
};
|
||||
startAt = "hourly";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue